rename host/ -> hosts/ in dotfiles submodule

This commit is contained in:
2026-06-14 19:41:58 -04:00
committed by Hermes
parent 7238e9d45c
commit 8423a121eb
2 changed files with 3 additions and 3 deletions

View File

@@ -49,8 +49,8 @@ in {
# hyprland — host-specific monitor config # hyprland — host-specific monitor config
".config/hypr/host/monitors.conf".source = ".config/hypr/host/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";
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [