Working bash system
This commit is contained in:
parent
59adbfe8c0
commit
fb01e684a8
|
@ -27,6 +27,7 @@ in {
|
|||
"lp"
|
||||
"scanner"
|
||||
];
|
||||
shell = pkgs.bash;
|
||||
initialHashedPassword =
|
||||
if psCfg.user.password != null
|
||||
then psCfg.user.password
|
||||
|
|
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue