aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ec21822..df7f45c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,7 @@
programs.shellrc = {
enable = mkOption {
type = types.bool;
- default = false;
+ default = true;
description = "If shellrc should be enabled.";
};
desktop = mkOption {