Working bash system

This commit is contained in:
Benjamin Bädorf 2023-02-03 01:31:34 +01:00
parent 59adbfe8c0
commit fb01e684a8
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 5 additions and 3 deletions

View file

@ -27,6 +27,7 @@ in {
"lp"
"scanner"
];
shell = pkgs.bash;
initialHashedPassword =
if psCfg.user.password != null
then psCfg.user.password

View file

@ -107,9 +107,10 @@ in {
xdg.configFile."msmtp/config".source = ./.config/msmtp/config;
# xdg.configFile."wallpaper.jpg".source = ./assets/wallpaper.jpg;
programs.zsh = {
initExtra = import ./zshrc.nix {inherit config;};
};
#
# programs.zsh = {
# initExtra = import ./zshrc.nix {inherit config;};
# };
};
age.secrets."mopidy.conf" = {