mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
updates and zfs tweaks
This commit is contained in:
parent
c8c4be8737
commit
a10344afbb
5 changed files with 18 additions and 9 deletions
|
@ -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