mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates and zfs tweaks
This commit is contained in:
parent
c8c4be8737
commit
a10344afbb
5 changed files with 18 additions and 9 deletions
|
@ -4,7 +4,6 @@
|
|||
# essentials
|
||||
wpa_supplicant_gui
|
||||
pcmanfm
|
||||
xsel
|
||||
|
||||
# graphics
|
||||
evince
|
||||
|
@ -46,6 +45,7 @@
|
|||
powerline-fonts
|
||||
ventoy-bin
|
||||
ripgrep
|
||||
baobab
|
||||
|
||||
# libs
|
||||
libyubikey
|
||||
|
|
|
@ -12,4 +12,10 @@
|
|||
package = (pkgs.callPackage ../../../../pkgs/dracula-icon-theme { });
|
||||
};
|
||||
};
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
name = "Dracula-cursors";
|
||||
package = pkgs.dracula-theme;
|
||||
size = 16;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue