summaryrefslogtreecommitdiff
path: root/common/programs/rofi.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-07 05:10:56 +0530
committerbrustybee <bee@4d2.org>2026-03-07 05:10:56 +0530
commit20bb620ba13e9dd2617782fd8b48f02abed9d2ad (patch)
tree5d93312e4d3a70f84352d114e0c95e9af62f3836 /common/programs/rofi.nix
parentff3198ee65f1c217d51be133816a76c0648afcd7 (diff)
Fix modules to properly guard HM-only config from NixOS evaluatio
Diffstat (limited to 'common/programs/rofi.nix')
-rw-r--r--common/programs/rofi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/programs/rofi.nix b/common/programs/rofi.nix
index ea55259..d95f547 100644
--- a/common/programs/rofi.nix
+++ b/common/programs/rofi.nix
@@ -64,7 +64,7 @@
xdg.configFile = {
"rofi/shared/default-colors.rasi" = {
- enable = !config.beeModes.matugen.enable;
+ enable = !config.beeMods.matugen.enable;
text =
# rasi
''
@@ -111,7 +111,7 @@
/*****----- Global Properties -----*****/
${
- if config.beeModes.matugen.enable then
+ if config.beeMods.matugen.enable then
''@import "shared/colors.rasi"''
else
''@import "shared/default-colors.rasi"''