chore: disable unused/broken components

This commit is contained in:
Leon Schwarzäugl 2025-07-02 00:01:00 +02:00
parent bf73151817
commit 0115f4e806
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 10 additions and 10 deletions

View file

@ -18,13 +18,13 @@
startup = lib.mkOption {
type = lib.types.listOf (lib.types.attrsOf lib.types.str);
default = [
{ command = "nextcloud --background"; }
# { command = "nextcloud --background"; }
{ command = "vesktop --start-minimized --enable-speech-dispatcher --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime"; }
{ command = "element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
{ command = "ANKI_WAYLAND=1 anki"; }
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
{ command = "nm-applet"; }
{ command = "feishin"; }
# { command = "feishin"; }
];
};
kyria = lib.mkOption {