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
|
## Specs
|
||||||
- **Operating System:** [NixOS](https://nixos.org)
|
- **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)
|
- **Overall Theme:** [Base16 Dracula](https://github.com/dracula/base16-dracula-scheme)
|
||||||
- **Shell:** [Zsh](https://www.zsh.org/)
|
- **Shell:** [Zsh](https://www.zsh.org/)
|
||||||
- **Terminal:** [Foot](https://codeberg.org/dnkl/foot)
|
- **Terminal:** [Foot](https://codeberg.org/dnkl/foot)
|
||||||
|
|
|
@ -17,12 +17,9 @@
|
||||||
# graphics
|
# graphics
|
||||||
zathura
|
zathura
|
||||||
gimp
|
gimp
|
||||||
krita
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
drawio
|
drawio
|
||||||
leafpad
|
|
||||||
imv
|
imv
|
||||||
remmina
|
|
||||||
|
|
||||||
# sound
|
# sound
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
@ -54,16 +51,13 @@
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
yubikey-manager-qt
|
yubikey-manager-qt
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
# bitwarden
|
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
neofetch # obligatory
|
neofetch # obligatory
|
||||||
virt-manager
|
virt-manager
|
||||||
jetbrains.idea-ultimate #😎
|
jetbrains.idea-ultimate #😎
|
||||||
powerline-fonts
|
|
||||||
croc # send files anywhere
|
croc # send files anywhere
|
||||||
xournalpp
|
xournalpp
|
||||||
rnote
|
|
||||||
libreoffice
|
libreoffice
|
||||||
mosh
|
mosh
|
||||||
ansible
|
ansible
|
||||||
|
@ -77,18 +71,12 @@
|
||||||
nodejs_20
|
nodejs_20
|
||||||
gnumake
|
gnumake
|
||||||
|
|
||||||
plantuml
|
|
||||||
|
|
||||||
# libs
|
# libs
|
||||||
libyubikey
|
libyubikey
|
||||||
libfido2
|
libfido2
|
||||||
python311Packages.pyhanko
|
python311Packages.pyhanko
|
||||||
];
|
];
|
||||||
|
|
||||||
# services.kdeconnect = {
|
|
||||||
# enable = true;
|
|
||||||
# indicator = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
programs.obs-studio.enable = true;
|
programs.obs-studio.enable = true;
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
|
@ -124,6 +124,10 @@
|
||||||
box-shadow: inset 0 -3px #${config.colorScheme.colors.base05};
|
box-shadow: inset 0 -3px #${config.colorScheme.colors.base05};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tags button.occupied {
|
||||||
|
box-shadow: inset 0 -3px #${config.colorScheme.colors.base05};
|
||||||
|
}
|
||||||
|
|
||||||
#tags button.urgent {
|
#tags button.urgent {
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue