From 59e885c17b5a40d243037830e604a335f4bad3cd Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 15 Jan 2026 10:28:58 -0300 Subject: [PATCH] minimal update --- .dotter/global.toml | 12 +++++++++--- .dotter/ninji.toml | 6 ++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .dotter/ninji.toml diff --git a/.dotter/global.toml b/.dotter/global.toml index 0a0d981..f7471ab 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -7,14 +7,17 @@ depends = [ "cli-utils" ] [default.files] - "configs/containers" = "~/.config/containers" "configs/just" = "~/.config/just" "configs/just/dots.just" = { target = "~/.config/just/dots.just", type = "template" } - "configs/mpv" = "~/.config/mpv" - "configs/swappy" = "~/.config/swappy" [default.variables] +[desktop] + depends = [ "default" ] + [desktop.files] + "configs/mpv" = "~/.config/mpv" + "configs/swappy" = "~/.config/swappy" + [wm.files] "configs/uwsm" = "~/.config/uwsm" "configs/vimiv" = "~/.config/vimiv" @@ -61,3 +64,6 @@ "configs/mise" = "~/.config/mise" "configs/nvim" = "~/.config/nvim" "configs/zed" = "~/.config/zed" + +[nvim-min.files] + "configs/nvim-min" = "~/.config/nvim" diff --git a/.dotter/ninji.toml b/.dotter/ninji.toml new file mode 100644 index 0000000..31dc803 --- /dev/null +++ b/.dotter/ninji.toml @@ -0,0 +1,6 @@ +includes = [ ] +packages = [ "default" ] + +[files] + +[variables]