desktop indicator

This commit is contained in:
Rachel Lambda Samuelsson 2024-12-06 00:26:50 +01:00
parent d6aa921437
commit 83e79b1a41
2 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,6 @@
texlive.combined.scheme-full texlive.combined.scheme-full
zulip zulip
rink rink
typst
ttyper ttyper
idris2 idris2
graalvm-ce graalvm-ce
@ -78,6 +77,7 @@
extra.nixprof extra.nixprof
extra.protonmail-desktop extra.protonmail-desktop
extra.pash extra.pash
unstable.typst
] ]
++ (if config.i3-plasma then [ ++ (if config.i3-plasma then [
pkgs.i3 pkgs.i3

View File

@ -82,6 +82,7 @@
name = "org.kde.plasma.panelspacer"; name = "org.kde.plasma.panelspacer";
config = { General.expanding = true; }; config = { General.expanding = true; };
}; };
desktop = "org.kde.plasma.plasm6desktopindicator";
nolaunchtasks = { nolaunchtasks = {
name = "org.kde.plasma.icontasks"; name = "org.kde.plasma.icontasks";
config = { General.launchers = [ ]; }; config = { General.launchers = [ ]; };
@ -116,6 +117,8 @@
in if config.i3-plasma then [ in if config.i3-plasma then [
clock clock
spacer spacer
desktop
spacer
nolaunchtasks nolaunchtasks
systray systray
] else [ ] else [