From 871f44c13822c1d1cc212b35a8dce8118950d6b2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 9 Jun 2023 06:08:20 -0500 Subject: [PATCH] fixed missing refactor --- home/modules/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" = {