fix: update home.nix host/ paths after dotfiles rename

This commit is contained in:
2026-06-20 17:50:13 -04:00
parent 6c34b92186
commit 905998466c
2 changed files with 82 additions and 2 deletions

View File

@@ -46,8 +46,8 @@ in {
# hyprland — host-specific monitor config
".config/hypr/host/monitors.conf".source =
if isUconsole
then "${dotfiles}/hypr/.config/hypr/hosts/uconsole.conf"
else "${dotfiles}/hypr/.config/hypr/hosts/laptop.conf";
then "${dotfiles}/hypr/.config/hypr/host/uconsole.conf"
else "${dotfiles}/hypr/.config/hypr/host/laptop.conf";
};
programs.bash.enable = true;