From 2caa91c31c3aac136f6d049e711da05edd251ce7 Mon Sep 17 00:00:00 2001 From: cspark Date: Sat, 16 Mar 2024 05:02:07 +0000 Subject: [PATCH] Fix home manager file paths --- configurations/desktop/home.nix | 2 +- configurations/laptop/home.nix | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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 = {