diff --git a/flake.nix b/flake.nix index 3d61160..324391d 100644 --- a/flake.nix +++ b/flake.nix @@ -109,7 +109,7 @@ backupFileExtension = "backup"; # documentation.enable = false; extraSpecialArgs = { - # <-- add this + inherit inputs; helix = helix; filaments = filaments; noctalia = noctalia; diff --git a/users/suri/Styx.nix b/users/suri/Styx.nix index 5db3bbc..06db96f 100644 --- a/users/suri/Styx.nix +++ b/users/suri/Styx.nix @@ -1,7 +1,7 @@ { inputs, config, ... }: { imports = [ - # inputs.noctalia.homeModules.default + inputs.noctalia.homeModules.default ./common.nix ]; @@ -13,16 +13,16 @@ COLORTERM = "truecolor"; }; - # programs.noctalia = { - # enable = true; + programs.noctalia = { + enable = true; - # settings = { - # theme = { - # mode = "dark"; - # source = "builtin"; - # builtin = "Catppuccin"; - # }; - # }; - # }; + settings = { + theme = { + mode = "dark"; + source = "builtin"; + builtin = "Catppuccin"; + }; + }; + }; }