From 7899bf28f281e38fc64dbca369e982b92f1a909c Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 20 Jun 2026 17:51:50 -0400 Subject: [PATCH] fix: sync dotfiles submodule, home.nix paths to hosts/ --- assets/dotfiles | 2 +- users/gortium/home.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/dotfiles b/assets/dotfiles index fe90a0f..fac4a09 160000 --- a/assets/dotfiles +++ b/assets/dotfiles @@ -1 +1 @@ -Subproject commit fe90a0f60774089d40eae98b46494c024b464d65 +Subproject commit fac4a09eebe41b2e9eb6225913c93807dcd1af3b diff --git a/users/gortium/home.nix b/users/gortium/home.nix index 66769d4..3512556 100644 --- a/users/gortium/home.nix +++ b/users/gortium/home.nix @@ -44,10 +44,10 @@ in { ".config/hypr/mocha.conf".source = "${dotfiles}/hypr/.config/hypr/mocha.conf"; # hyprland — host-specific monitor config - ".config/hypr/host/monitors.conf".source = + ".config/hypr/hosts/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"; }; programs.bash.enable = true;