This commit is contained in:
Charlie Root 2024-08-22 22:31:28 +02:00
commit 2f2d6e31f6
7 changed files with 2 additions and 9 deletions

View file

@ -1,6 +1,5 @@
{
config,
lib,
pkgs,
...
}: let

View file

@ -1,12 +1,11 @@
{
config,
inputs,
pkgs,
lib,
...
}: let
cfg = config.modules.usrEnv.style.stylix;
inherit (config.modules.usrEnv.style.stylix) image cursor fontsizes;
inherit (config.modules.usrEnv.style.stylix) image cursor;
inherit (config.modules.other.system) username;
inherit (lib) mkIf;
in {