trying stylix
This commit is contained in:
+6
-1
@@ -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
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user