summaryrefslogtreecommitdiff
path: root/modules/nixos/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/common.nix')
-rw-r--r--modules/nixos/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/common.nix b/modules/nixos/common.nix
index ba476e5..6082d91 100644
--- a/modules/nixos/common.nix
+++ b/modules/nixos/common.nix
@@ -10,8 +10,8 @@
];
# allows users to customize shell in `$XDG_CONFIG_HOME/shell` rather than
- # needing /etc/shells. Useful for home-manager. Falls back.
- programs.noshell.enable = true;
+ # needing /etc/shells. Useful for home-manager.
+ # programs.noshell.enable = true;
# cleans /tmp to maintain a tidy system
boot.tmp.cleanOnBoot = true;