From 21ffaa89348f74825ddb761443bcd60ee2b1b147 Mon Sep 17 00:00:00 2001 From: Emmet Date: Thu, 15 Jun 2023 21:49:00 -0500 Subject: [PATCH] Updated readme on system-level stylix --- system/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.