mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
upstreamed my stuff
This commit is contained in:
parent
4d664262e0
commit
c038fa3228
5 changed files with 13 additions and 92 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
# sound
|
||||
pavucontrol
|
||||
# (pkgs.callPackage ../../../pkgs/x32edit { })
|
||||
x32edit
|
||||
|
||||
# bluetooth
|
||||
blueman
|
||||
|
@ -44,11 +44,12 @@
|
|||
# yubikey and password stuff
|
||||
yubikey-manager
|
||||
yubikey-manager-qt
|
||||
yubioath-flutter
|
||||
# yubioath-flutter # broken, TODO fix
|
||||
bitwarden
|
||||
bitwarden-cli
|
||||
|
||||
# misc
|
||||
btop
|
||||
neofetch # obligatory
|
||||
virt-manager
|
||||
ventoy
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
iconTheme = {
|
||||
name = "Dracula";
|
||||
package = (pkgs.callPackage ../../../../pkgs/dracula-icon-theme { });
|
||||
package = pkgs.dracula-icon-theme;
|
||||
};
|
||||
};
|
||||
home.pointerCursor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue