fix: sync dotfiles submodule, home.nix paths to hosts/

This commit is contained in:
2026-06-20 17:51:50 -04:00
parent 282b4bc229
commit 7899bf28f2
2 changed files with 4 additions and 4 deletions

View File

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