summaryrefslogtreecommitdiff
path: root/modules/pc.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-02 16:32:31 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-02 17:03:57 -0500
commit29a18f5a8fb6915fc1dccc5ddd26356f19b17dfa (patch)
tree05b978c1c2b0d9ac1123f2a2f39b4cee39ddf01d /modules/pc.nix
parent55c399261c007a7d36e8d93d8f34667803d5e9bf (diff)
downloadnixos-config-29a18f5a8fb6915fc1dccc5ddd26356f19b17dfa.tar.gz
nixos-config-29a18f5a8fb6915fc1dccc5ddd26356f19b17dfa.zip
Add "main" module and refactor hosts to use it
Diffstat (limited to 'modules/pc.nix')
-rw-r--r--modules/pc.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/pc.nix b/modules/pc.nix
index 51e7385..c211343 100644
--- a/modules/pc.nix
+++ b/modules/pc.nix
@@ -24,8 +24,6 @@ in
pruneBindMounts = true;
};
- this.overlays.emacs.enable = !cfg.minimal;
-
this.locales.dictionaries.enable = !cfg.minimal;
};
}