mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
9 lines
143 B
Nix
9 lines
143 B
Nix
{ pkgs, ... }: {
|
|
home.pointerCursor = {
|
|
name = "DMZ-Black";
|
|
size = 36;
|
|
package = pkgs.vanilla-dmz;
|
|
gtk.enable = true;
|
|
};
|
|
}
|