diff options
author | Karel Kočí <cynerd@email.cz> | 2022-04-09 17:12:51 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-04-09 17:12:51 +0200 |
commit | b259a37426be9b0ddb0a837a38aeb1903b377036 (patch) | |
tree | b54cad5bb5f4b682ae099601c7b23247ee636051 | |
parent | 7e8cc7201949ad75daca5520c57479229711ed31 (diff) | |
download | shellrc-b259a37426be9b0ddb0a837a38aeb1903b377036.tar.gz shellrc-b259a37426be9b0ddb0a837a38aeb1903b377036.tar.bz2 shellrc-b259a37426be9b0ddb0a837a38aeb1903b377036.zip |
flake.nix: enable shellrc in default
-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 { |