mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: disable unused/broken components
This commit is contained in:
parent
bf73151817
commit
0115f4e806
4 changed files with 10 additions and 10 deletions
|
|
@ -12635,7 +12635,7 @@ This holds packages that I can use as provided, or with small modifications (as
|
||||||
picard-tools
|
picard-tools
|
||||||
audacity
|
audacity
|
||||||
sox
|
sox
|
||||||
stable.feishin
|
# stable.feishin # does not work with oauth2-proxy
|
||||||
calibre
|
calibre
|
||||||
|
|
||||||
# printing
|
# 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 {
|
startup = lib.mkOption {
|
||||||
type = lib.types.listOf (lib.types.attrsOf lib.types.str);
|
type = lib.types.listOf (lib.types.attrsOf lib.types.str);
|
||||||
default = [
|
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 = "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 = "element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
|
||||||
{ command = "ANKI_WAYLAND=1 anki"; }
|
{ command = "ANKI_WAYLAND=1 anki"; }
|
||||||
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
|
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
|
||||||
{ command = "nm-applet"; }
|
{ command = "nm-applet"; }
|
||||||
{ command = "feishin"; }
|
# { command = "feishin"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
kyria = lib.mkOption {
|
kyria = lib.mkOption {
|
||||||
|
|
@ -15840,13 +15840,13 @@ The rest of the settings is at [[#h:bbf2ecb6-c8ff-4462-b5d5-d45b28604ddf][work]]
|
||||||
};
|
};
|
||||||
swarselsystems = {
|
swarselsystems = {
|
||||||
startup = [
|
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 = "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 = "element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
|
||||||
{ command = "ANKI_WAYLAND=1 anki"; }
|
{ command = "ANKI_WAYLAND=1 anki"; }
|
||||||
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
|
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
|
||||||
{ command = "nm-applet"; }
|
{ command = "nm-applet"; }
|
||||||
{ command = "feishin"; }
|
# { command = "feishin"; }
|
||||||
{ command = "teams-for-linux --disableGpu=true --minimized=true --trayIconEnabled=true"; }
|
{ command = "teams-for-linux --disableGpu=true --minimized=true --trayIconEnabled=true"; }
|
||||||
{ command = "1password"; }
|
{ command = "1password"; }
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
picard-tools
|
picard-tools
|
||||||
audacity
|
audacity
|
||||||
sox
|
sox
|
||||||
stable.feishin
|
# stable.feishin # does not work with oauth2-proxy
|
||||||
calibre
|
calibre
|
||||||
|
|
||||||
# printing
|
# printing
|
||||||
|
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
startup = lib.mkOption {
|
startup = lib.mkOption {
|
||||||
type = lib.types.listOf (lib.types.attrsOf lib.types.str);
|
type = lib.types.listOf (lib.types.attrsOf lib.types.str);
|
||||||
default = [
|
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 = "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 = "element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
|
||||||
{ command = "ANKI_WAYLAND=1 anki"; }
|
{ command = "ANKI_WAYLAND=1 anki"; }
|
||||||
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
|
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
|
||||||
{ command = "nm-applet"; }
|
{ command = "nm-applet"; }
|
||||||
{ command = "feishin"; }
|
# { command = "feishin"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
kyria = lib.mkOption {
|
kyria = lib.mkOption {
|
||||||
|
|
|
||||||
|
|
@ -327,13 +327,13 @@ in
|
||||||
};
|
};
|
||||||
swarselsystems = {
|
swarselsystems = {
|
||||||
startup = [
|
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 = "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 = "element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
|
||||||
{ command = "ANKI_WAYLAND=1 anki"; }
|
{ command = "ANKI_WAYLAND=1 anki"; }
|
||||||
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
|
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
|
||||||
{ command = "nm-applet"; }
|
{ command = "nm-applet"; }
|
||||||
{ command = "feishin"; }
|
# { command = "feishin"; }
|
||||||
{ command = "teams-for-linux --disableGpu=true --minimized=true --trayIconEnabled=true"; }
|
{ command = "teams-for-linux --disableGpu=true --minimized=true --trayIconEnabled=true"; }
|
||||||
{ command = "1password"; }
|
{ command = "1password"; }
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue