Update zshrc config to bashrc
This commit is contained in:
parent
31f1ad338f
commit
40a0106e9f
|
@ -107,10 +107,9 @@ 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.bash.initExtra = ''
|
||||||
# programs.zsh = {
|
source ${config.age.secrets.b12f-env-secrets.path}
|
||||||
# initExtra = import ./zshrc.nix {inherit config;};
|
'';
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets."mopidy.conf" = {
|
age.secrets."mopidy.conf" = {
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{config, ...}: ''
|
|
||||||
source ${config.age.secrets.b12f-env-secrets.path}
|
|
||||||
''
|
|
Loading…
Reference in a new issue