This commit is contained in:
2026-01-23 14:43:45 +01:00
commit ef80e348d2
2 changed files with 331 additions and 0 deletions

88
dort.yaml Normal file
View File

@@ -0,0 +1,88 @@
version: 1
dort:
aur: paru
stow: true
stow_force: true
configs:
desktop:
category:
display: "Desktop"
exclusive: true
niri:
display: "Niri"
packages:
- "niri"
- "nautilus"
- "gnome-keyring"
- "brightnessctl"
- "cava"
- "candy-icons-git"
- "power-profiles-daemon"
- "qt6ct-kde"
- "xdg-desktop-portal-gnome"
- "xdg-desktop-portal-gtk"
- "xdg-desktop-portal-wlr"
- "quickshell-git"
- "cliphist"
- "wl-clipboard"
- "dgop"
- "matugen-bin"
- "qt6-multimedia"
- "dms-shell-bin"
- "xwayland-satellite"
- "ly"
- "noto-fonts-emoji"
stow:
- "niri"
- "qt6ct"
environment:
- "QT_QPA_PLATFORMTHEME=qt6ct"
systemd:
enable:
- "ly@tty1"
user:
enable:
- "dms"
wants:
- "niri.service dms"
- "niri.service gnome-keyring-daemon.service"
run:
- "xdg-mime default org.gnome.nautilus.desktop inode/directory"
plasma:
display: "KDE Plasma"
packages:
- "plasma"
- "kde-applications"
systemd:
enable:
- "sddm"
tools:
category:
display: "Tools"
exclusive: false
zsh:
display: "Terminal Shell (ZSH)"
packages:
- "fastfetch"
- "hyfetch"
- "neovim"
- "zsh"
- "eza"
- "fzf"
- "tealdeer"
- "ttf-sourcecodepro-nerd"
- "vim"
- "wl-clipboard"
- "zoxide"
- "reflector"
- "inetutils"
- "imagemagick"
- "tree"
stow:
- "zsh"
- "fastfetch"
- "hyfetch"
- "nvim"
run:
- "tldr --update"
- 'sudo chsh -s /bin/zsh "$USER"'