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" "lp"
"scanner" "scanner"
]; ];
shell = pkgs.bash;
initialHashedPassword = initialHashedPassword =
if psCfg.user.password != null if psCfg.user.password != null
then psCfg.user.password then psCfg.user.password

View file

@ -107,9 +107,10 @@ in {
xdg.configFile."msmtp/config".source = ./.config/msmtp/config; xdg.configFile."msmtp/config".source = ./.config/msmtp/config;
# xdg.configFile."wallpaper.jpg".source = ./assets/wallpaper.jpg; # 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" = { age.secrets."mopidy.conf" = {