Disable bash

This commit is contained in:
ItsDrike 2024-03-26 10:08:59 +01:00
parent 83679a1705
commit a9cdf25a57
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{
programs.bash.enable = false;
}

View file

@ -1,5 +1,6 @@
_: {
imports = [
./zsh
./bash.nix
];
}