From fac4a09eebe41b2e9eb6225913c93807dcd1af3b Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sat, 20 Jun 2026 17:51:48 -0400 Subject: [PATCH] fix: rename host/ back to hosts/, fix home.nix paths, remove broken source --- hypr/.config/hypr/{host => hosts}/laptop.conf | 0 hypr/.config/hypr/{host => hosts}/uconsole.conf | 0 hypr/.config/hypr/hyprland.conf | 3 +-- 3 files changed, 1 insertion(+), 2 deletions(-) rename hypr/.config/hypr/{host => hosts}/laptop.conf (100%) rename hypr/.config/hypr/{host => hosts}/uconsole.conf (100%) diff --git a/hypr/.config/hypr/host/laptop.conf b/hypr/.config/hypr/hosts/laptop.conf similarity index 100% rename from hypr/.config/hypr/host/laptop.conf rename to hypr/.config/hypr/hosts/laptop.conf diff --git a/hypr/.config/hypr/host/uconsole.conf b/hypr/.config/hypr/hosts/uconsole.conf similarity index 100% rename from hypr/.config/hypr/host/uconsole.conf rename to hypr/.config/hypr/hosts/uconsole.conf diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 14aae5c..80b0ef8 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -3,8 +3,7 @@ source = mocha.conf # source = ~/.cache/wal/colors-hyprland.conf (disabled — no pywal on uConsole) -source = host/monitors.conf -source = host/uconsole.conf +source = hosts/monitors.conf ################### ### MY PROGRAMS ###