mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
package cleanup
This commit is contained in:
parent
1c9806cd0c
commit
ea48055ebb
|
@ -4,7 +4,7 @@
|
|||
|
||||
## Specs
|
||||
- **Operating System:** [NixOS](https://nixos.org)
|
||||
- **Window Manager:** [Sway](https://swaywm.org/)
|
||||
- **Window Manager:** [River](https://githux.com/riverwm/river)
|
||||
- **Overall Theme:** [Base16 Dracula](https://github.com/dracula/base16-dracula-scheme)
|
||||
- **Shell:** [Zsh](https://www.zsh.org/)
|
||||
- **Terminal:** [Foot](https://codeberg.org/dnkl/foot)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue