cleanup
This commit is contained in:
parent
41530fa9eb
commit
2f2d6e31f6
7 changed files with 2 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue