diff --git a/configurations/desktop/home.nix b/configurations/desktop/home.nix index 3254b4e7..cf56c1ef 100644 --- a/configurations/desktop/home.nix +++ b/configurations/desktop/home.nix @@ -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 diff --git a/configurations/laptop/home.nix b/configurations/laptop/home.nix index b16ba670..d8d971e3 100644 --- a/configurations/laptop/home.nix +++ b/configurations/laptop/home.nix @@ -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 = {