trying stylix

This commit is contained in:
2026-03-16 22:56:33 +00:00
parent 2d59cc7187
commit 626796b626
3 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -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
@@ -656,6 +656,11 @@ You'll notice the color values in multiple places outside this as well.
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
# Add Stylix to system packages so activation scripts are available
environment.systemPackages = with pkgs; [
stylix
];
}
#+END_SRC
+1 -1
View File
@@ -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
@@ -3,4 +3,9 @@
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
# Add Stylix to system packages so activation scripts are available
environment.systemPackages = with pkgs; [
stylix
];
}