Skip to content

Commit

Permalink
nixos/base: fix enableStrictShellChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 authored Nov 18, 2024
1 parent 6d3f13e commit 54f70cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
./zsh.nix
];

config.enableStrictShellChecks = true;
config.systemd.enableStrictShellChecks = true;

config.programs.dconf.enable = true;

Expand Down

0 comments on commit 54f70cd

Please sign in to comment.