updates and zfs tweaks

This commit is contained in:
Rouven Seifert 2023-01-28 22:28:56 +01:00
parent c8c4be8737
commit a10344afbb
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 18 additions and 9 deletions

View file

@ -4,7 +4,6 @@
# essentials
wpa_supplicant_gui
pcmanfm
xsel
# graphics
evince
@ -46,6 +45,7 @@
powerline-fonts
ventoy-bin
ripgrep
baobab
# libs
libyubikey

View file

@ -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;
};
}