cleanup zsh config - change to unmutuble users

This commit is contained in:
2024-03-01 20:39:29 +01:00
parent 0c433e3bd0
commit ca59bf727c
3 changed files with 59 additions and 44 deletions

View File

@@ -6,6 +6,6 @@
};
xsession.initExtra = ''
${pkgs.feh}/bin/feh --bg-fill --no-fehbg "background_temp.jpeg"
${pkgs.feh}/bin/feh --bg-fill --no-fehbg "/etc/nixos/home/programs/background_temp.jpeg"
'';
}