diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 5ed9f4c..85c9b2e 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -2,10 +2,10 @@ { home.file.".config/hypr/hyprpaper.conf" = { - source = if builtins.readFile "/etc/hostname" == "syl\n" then /home/chris/.dotfiles/hypr/hyprpaper.conf else /home/chris/.dotfiles/hypr/hyprpaper.conf; + source = if builtins.readFile "/etc/hostname" == "syl\n" then /home/chris/.dotfiles/.config/hypr/hyprpaper.conf else /home/chris/.dotfiles/.config/hypr/hyprpaper.conf; }; home.file.".config/hypr/hyprsome" = { - source = if builtins.readFile "/etc/hostname" == "syl\n" then /home/chris/.dotfiles/hypr/hyprsome else /home/chris/.dotfiles/hypr/hyprsome; + source = if builtins.readFile "/etc/hostname" == "syl\n" then /home/chris/.dotfiles/.config/hypr/hyprsome else /home/chris/.dotfiles/.config/hypr/hyprsome; }; home.file.".config/hypr/hyprland.conf" = {