diff options
| author | Max Bossing <max@bossi.ng> | 2025-07-28 17:19:18 +0200 | 
|---|---|---|
| committer | Max Bossing <max@bossi.ng> | 2025-07-28 17:19:18 +0200 | 
| commit | ce84d2206768dca24207a6722c44973e35a77167 (patch) | |
| tree | 1c8ab11843bb5d22e8bd90eb6f7c40d10570990a | |
| parent | 39f0fabc1aa2014316727396efb7c89afd70001f (diff) | |
move to dots new host feature
| -rw-r--r-- | dots.toml | 10 | ||||
| -rw-r--r-- | hermes.dots.toml | 3 | ||||
| -rw-r--r-- | hestia.dots.toml | 4 | 
3 files changed, 10 insertions, 7 deletions
| @@ -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" - | 
