mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Updated readme on system-level stylix
This commit is contained in:
parent
b752902ef4
commit
21ffaa8934
|
@ -12,7 +12,7 @@ imports = [ import1.nix
|
||||||
|
|
||||||
My system-level Nix modules are organized into this directory:
|
My system-level Nix modules are organized into this directory:
|
||||||
- [[./hardware-configuration.nix][hardware-configuration]] - Default hardware config generated for my system
|
- [[./hardware-configuration.nix][hardware-configuration]] - Default hardware config generated for my system
|
||||||
- [[./style][style]] - Stylix setup (system-wide base16 theme generation) - Currently broken and needs fixing; last time I tried it doesn't work nicely with home-manager stylix at the same time
|
- [[./style][style]] - Stylix setup (system-wide base16 theme generation)
|
||||||
|
|
||||||
** Variables imported from flake.nix
|
** Variables imported from flake.nix
|
||||||
Variables can be imported from [[../flake.nix][flake.nix]] by setting the =specialArgs= block inside the flake (see [[../flake.nix][my flake]] for more details). This allows variables to merely be managed in one place ([[../flake.nix][flake.nix]]) rather than having to manage them in multiple locations.
|
Variables can be imported from [[../flake.nix][flake.nix]] by setting the =specialArgs= block inside the flake (see [[../flake.nix][my flake]] for more details). This allows variables to merely be managed in one place ([[../flake.nix][flake.nix]]) rather than having to manage them in multiple locations.
|
||||||
|
|
Loading…
Reference in a new issue