diff --git a/SwarselSystems.org b/SwarselSystems.org index f7d7e98..ec14263 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -12635,7 +12635,7 @@ This holds packages that I can use as provided, or with small modifications (as picard-tools audacity sox - stable.feishin + # stable.feishin # does not work with oauth2-proxy calibre # printing @@ -14811,13 +14811,13 @@ Currently, I am too lazy to explain every option here, but most of it is very se 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 { @@ -15840,13 +15840,13 @@ The rest of the settings is at [[#h:bbf2ecb6-c8ff-4462-b5d5-d45b28604ddf][work]] }; swarselsystems = { startup = [ - { 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"; } { command = "teams-for-linux --disableGpu=true --minimized=true --trayIconEnabled=true"; } { command = "1password"; } ]; diff --git a/modules/home/common/packages.nix b/modules/home/common/packages.nix index da64381..122089e 100644 --- a/modules/home/common/packages.nix +++ b/modules/home/common/packages.nix @@ -14,7 +14,7 @@ picard-tools audacity sox - stable.feishin + # stable.feishin # does not work with oauth2-proxy calibre # printing diff --git a/modules/home/common/sway.nix b/modules/home/common/sway.nix index e459dc6..c48f398 100644 --- a/modules/home/common/sway.nix +++ b/modules/home/common/sway.nix @@ -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 { diff --git a/modules/home/optional/work.nix b/modules/home/optional/work.nix index c36ecb4..069e979 100644 --- a/modules/home/optional/work.nix +++ b/modules/home/optional/work.nix @@ -327,13 +327,13 @@ in }; swarselsystems = { startup = [ - { 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"; } { command = "teams-for-linux --disableGpu=true --minimized=true --trayIconEnabled=true"; } { command = "1password"; } ];