diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ programs.shellrc = { enable = mkOption { type = types.bool; - default = false; + default = true; description = "If shellrc should be enabled."; }; desktop = mkOption { |