diff options
Diffstat (limited to 'modules/pc.nix')
-rw-r--r-- | modules/pc.nix | 2 |
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; }; } |