diff --git a/Droidnix/README.org b/Droidnix/README.org index 71c526052..0630e8b00 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -207,7 +207,7 @@ outputs = # Import machine-specific configurations ./generated/out_of_tree/machines/traveldroid/top.nix # Catppuccin theme module - catppuccin.nixosModules.catppuccin + # catppuccin.nixosModules.catppuccin # Anchoring all the other nixes ./generated/top.nix # Home Manager module @@ -598,13 +598,8 @@ I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix mod You'll notice the color values in multiple places outside this as well. #+BEGIN_SRC nix :tangle generated/out_of_tree/core/theme.nix :noweb tangle :mkdirp yes :eval never-html { pkgs, flakeRoot, ... }: - { - environment.systemPackages = with pkgs; [ - stylix - ]; - - stylix = { + stylix = { enable = true; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; }; diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index bd9c7cac3..96e4fb615 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -63,7 +63,7 @@ outputs = # Import machine-specific configurations ./generated/out_of_tree/machines/traveldroid/top.nix # Catppuccin theme module - catppuccin.nixosModules.catppuccin + # catppuccin.nixosModules.catppuccin # Anchoring all the other nixes ./generated/top.nix # Home Manager module diff --git a/Droidnix/generated/out_of_tree/core/theme.nix b/Droidnix/generated/out_of_tree/core/theme.nix index dda3b2879..0fa5d19bc 100644 --- a/Droidnix/generated/out_of_tree/core/theme.nix +++ b/Droidnix/generated/out_of_tree/core/theme.nix @@ -1,11 +1,6 @@ { pkgs, flakeRoot, ... }: - { - environment.systemPackages = with pkgs; [ - stylix - ]; - - stylix = { + stylix = { enable = true; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; };