revert: remove cursor theme

This commit is contained in:
Ahwx 2024-06-21 20:43:31 +02:00
parent dbb62c0555
commit 9ac4ed9a6a

View file

@ -30,16 +30,5 @@
variant = "mocha";
};
};
cursorTheme = {
name = "Nordzy-cursors";
package = pkgs.nordzy-cursor-theme;
size = 22;
};
};
home.pointerCursor = {
name = "Nordzy-cursors";
package = pkgs.nordzy-cursor-theme;
size = 22;
};
}