From b259a37426be9b0ddb0a837a38aeb1903b377036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 9 Apr 2022 17:12:51 +0200 Subject: flake.nix: enable shellrc in default --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 { -- cgit v1.2.3