fixed missing refactor
This commit is contained in:
parent
e87bfb7c39
commit
871f44c138
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue