diff --git a/system/README.org b/system/README.org index 12fcebf..2152e69 100644 --- a/system/README.org +++ b/system/README.org @@ -12,7 +12,7 @@ imports = [ import1.nix My system-level Nix modules are organized into this directory: - [[./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 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.