From ce84d2206768dca24207a6722c44973e35a77167 Mon Sep 17 00:00:00 2001 From: Max Bossing Date: Mon, 28 Jul 2025 17:19:18 +0200 Subject: move to dots new host feature --- dots.toml | 10 ++++++++++ hermes.dots.toml | 3 --- hestia.dots.toml | 4 ---- 3 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 hermes.dots.toml delete mode 100644 hestia.dots.toml diff --git a/dots.toml b/dots.toml index 0b6a5ce..42203f1 100644 --- a/dots.toml +++ b/dots.toml @@ -7,6 +7,16 @@ src = "fish" dest = ".config/fish" [[dot]] +host = "hermes" +src = "hypr/hermes.hyprland.conf" +dest = ".config/hypr/hyprland.conf" + +[[dot]] +host = "hestia" +src = "hypr/hestia.hyprland.conf" +dest = ".config/hypr/hyprland.conf" + +[[dot]] src = "hypr/hyprpaper.conf" dest = ".config/hypr/hyprpaper.conf" diff --git a/hermes.dots.toml b/hermes.dots.toml deleted file mode 100644 index f20346c..0000000 --- a/hermes.dots.toml +++ /dev/null @@ -1,3 +0,0 @@ -[[dot]] -src = "hypr/hermes.hyprland.conf" -dest = ".config/hypr/hyprland.conf" diff --git a/hestia.dots.toml b/hestia.dots.toml deleted file mode 100644 index 58a8912..0000000 --- a/hestia.dots.toml +++ /dev/null @@ -1,4 +0,0 @@ -[[dot]] -src = "hypr/hestia.hyprland.conf" -dest = ".config/hypr/hyprland.conf" - -- cgit v1.0