diff options
Diffstat (limited to '.dotter/local.toml')
-rw-r--r-- | .dotter/local.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.dotter/local.toml b/.dotter/local.toml new file mode 100644 index 0000000..40d68fe --- /dev/null +++ b/.dotter/local.toml @@ -0,0 +1,17 @@ +includes = [] + +packages = [ + "alacritty", + "conky", + "dunst", + "gtk", + "i3", + "mpd", + "nvim", + "polybar", + "rofi" +] + +[files] + +[variables] |