aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-04-09 17:12:51 +0200
committerKarel Kočí <cynerd@email.cz>2022-04-09 17:12:51 +0200
commitb259a37426be9b0ddb0a837a38aeb1903b377036 (patch)
treeb54cad5bb5f4b682ae099601c7b23247ee636051 /flake.nix
parent7e8cc7201949ad75daca5520c57479229711ed31 (diff)
downloadshellrc-b259a37426be9b0ddb0a837a38aeb1903b377036.tar.gz
shellrc-b259a37426be9b0ddb0a837a38aeb1903b377036.tar.bz2
shellrc-b259a37426be9b0ddb0a837a38aeb1903b377036.zip
flake.nix: enable shellrc in default
Diffstat (limited to 'flake.nix')
-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 {