trying stylix
This commit is contained in:
+4
-1
@@ -198,6 +198,8 @@ outputs =
|
||||
lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
# Importing nix.nix
|
||||
./generated/out_of_tree/core/nix.nix
|
||||
# theming engine
|
||||
stylix.nixosModules.stylix
|
||||
# Importing theme file
|
||||
@@ -346,7 +348,6 @@ This is the top of the machine hierarchy
|
||||
./audio.nix
|
||||
./xdg.nix
|
||||
./networking.nix
|
||||
./nix.nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
}
|
||||
@@ -590,6 +591,8 @@ This sets audiosystem for this machine
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
||||
|
||||
** =generated/out_of_tree/core/theme.nix=
|
||||
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
|
||||
You'll notice the color values in multiple places outside this as well.
|
||||
|
||||
Reference in New Issue
Block a user