diff options
| author | andromeda <andromeda@lenovo> | 2026-04-16 16:52:00 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-16 16:52:00 +0200 |
| commit | 055657e082af56d51524b7dd942d468e296634ab (patch) | |
| tree | f4578dc9d23e3584e3091e86e1266889749e0ea6 /modules/nixos/common.nix | |
| parent | a6ad2a25be9ba7d7aa442d1340ee2a494f1ff2ef (diff) | |
stash
Diffstat (limited to 'modules/nixos/common.nix')
| -rw-r--r-- | modules/nixos/common.nix | 4 |
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; |
