Fix home manager file paths
This commit is contained in:
parent
34151df0ef
commit
2caa91c31c
|
|
@ -34,7 +34,7 @@
|
|||
# Exec=konsole -e ncmpcpp
|
||||
# Terminal=false
|
||||
# '';
|
||||
xdg.configFile."Pictures/Wallpapers/gruvbox_light_linux.png".source = "./resources/home-manager/Pictures/Wallpapers/gruvbox_light_linux.png";
|
||||
"Pictures/Wallpapers/gruvbox_light_linux.png".source = ./resources/home-manager/Pictures/Wallpapers/gruvbox_light_linux.png;
|
||||
};
|
||||
|
||||
# Roblox Curl Service
|
||||
|
|
|
|||
|
|
@ -34,8 +34,12 @@
|
|||
# Exec=konsole -e ncmpcpp
|
||||
# Terminal=false
|
||||
# '';
|
||||
xdg.configFile."sway/config".source = "./resources/home-manager/.config/sway/config";
|
||||
xdg.configFile."Pictures/Wallpapers/gruvbox_light_linux.png".source = "./resources/home-manager/Pictures/Wallpapers/gruvbox_light_linux.png";
|
||||
"Pictures/Wallpapers/gruvbox_light_linux.png".source = ./resources/home-manager/Pictures/Wallpapers/gruvbox_light_linux.png;
|
||||
};
|
||||
|
||||
# Config Files (typically $HOME/.config)
|
||||
xdg.configFile = {
|
||||
"sway/config".source = ./resources/home-manager/.config/sway/config;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue