diff --git a/flake.nix b/flake.nix index eb01d02..8ba2bc1 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,6 @@ nixpkgs, home-manager, agenix, - stylix, nixos-wsl, statusbar, ... @@ -98,9 +97,6 @@ agenix.homeManagerModules.default ./secrets - - stylix.homeModules.stylix - ./home/stylix ]; }; @@ -117,9 +113,6 @@ agenix.homeManagerModules.default ./secrets - - stylix.homeModules.stylix - ./home/stylix ]; }; diff --git a/home/demenik.nix b/home/demenik.nix index 2aba831..674cf3e 100644 --- a/home/demenik.nix +++ b/home/demenik.nix @@ -1,4 +1,8 @@ -{pkgs, ...}: { +{ + pkgs, + inputs, + ... +}: { imports = [ ./global.nix ./xdg-desktop.nix @@ -16,6 +20,9 @@ ./editors/nvim ./editors/intellij.nix ./editors/godot.nix + + inputs.stylix.homeModules.stylix + ./stylix ]; home.file.".face" = {