Working bash system
This commit is contained in:
parent
59adbfe8c0
commit
fb01e684a8
|
@ -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
|
||||||
|
|
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue