diff options
| author | Max Bossing <max@bossi.ng> | 2025-07-15 21:20:49 +0200 | 
|---|---|---|
| committer | Max Bossing <max@bossi.ng> | 2025-07-15 21:20:49 +0200 | 
| commit | 432b77a28734ed6a744f40a9f1210f1a3d58d0ca (patch) | |
| tree | e19230d4ef8ff16ca5942942370b8a843d5b2dc7 /hestia.dots.toml | |
init
Diffstat (limited to 'hestia.dots.toml')
| -rw-r--r-- | hestia.dots.toml | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/hestia.dots.toml b/hestia.dots.toml new file mode 100644 index 0000000..c8591d7 --- /dev/null +++ b/hestia.dots.toml @@ -0,0 +1,23 @@ +[[dot]] +src = "nvim" +dest = ".config/nvim" + +[[dot]] +src = "fish" +dest = ".config/fish" + +[[dot]] +src = "hypr/hestia.hyprland.conf" +dest = ".config/hypr/hyprland.conf" + +[[dot]] +src = "hypr/hyprpaper.conf" +dest = ".config/hypr/hyprpaper.conf" + +[[dot]] +src = "hypr/hyprlock.conf" +dest = ".config/hypr/hyprlock.conf" + +[[dot]] +src = "kitty" +dest = ".config/kitty" | 
