package cleanup

This commit is contained in:
Rouven Seifert 2023-12-17 18:00:11 +01:00
parent 1c9806cd0c
commit ea48055ebb
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 5 additions and 13 deletions

View file

@ -17,12 +17,9 @@
# graphics
zathura
gimp
krita
ffmpeg
drawio
leafpad
imv
remmina
# sound
pavucontrol
@ -54,16 +51,13 @@
yubikey-manager
yubikey-manager-qt
yubioath-flutter
# bitwarden
# misc
neofetch # obligatory
virt-manager
jetbrains.idea-ultimate #😎
powerline-fonts
croc # send files anywhere
xournalpp
rnote
libreoffice
mosh
ansible
@ -77,18 +71,12 @@
nodejs_20
gnumake
plantuml
# libs
libyubikey
libfido2
python311Packages.pyhanko
];
# services.kdeconnect = {
# enable = true;
# indicator = true;
# };
programs.obs-studio.enable = true;
programs.firefox.enable = true;

View file

@ -123,6 +123,10 @@
background-color: #${config.colorScheme.colors.base04};
box-shadow: inset 0 -3px #${config.colorScheme.colors.base05};
}
#tags button.occupied {
box-shadow: inset 0 -3px #${config.colorScheme.colors.base05};
}
#tags button.urgent {
background-color: #eb4d4b;