From 8423a121eb9008282d74f3c629d7e40da4cd2f4d Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sun, 14 Jun 2026 19:41:58 -0400 Subject: [PATCH] rename host/ -> hosts/ in dotfiles submodule --- assets/dotfiles | 2 +- users/gortium/home.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/dotfiles b/assets/dotfiles index 75df6d5..f453874 160000 --- a/assets/dotfiles +++ b/assets/dotfiles @@ -1 +1 @@ -Subproject commit 75df6d502a0786e62255eff1c48041c3f21e6a5a +Subproject commit f45387456b4d1f594e2d623366248ece64f50b25 diff --git a/users/gortium/home.nix b/users/gortium/home.nix index 5b3383c..ce7902f 100644 --- a/users/gortium/home.nix +++ b/users/gortium/home.nix @@ -49,8 +49,8 @@ in { # hyprland — host-specific monitor config ".config/hypr/host/monitors.conf".source = if isUconsole - then "${dotfiles}/hypr/.config/hypr/host/uconsole.conf" - else "${dotfiles}/hypr/.config/hypr/host/laptop.conf"; + then "${dotfiles}/hypr/.config/hypr/hosts/uconsole.conf" + else "${dotfiles}/hypr/.config/hypr/hosts/laptop.conf"; }; home.packages = with pkgs; [