nix: use posy's cursor

This commit is contained in:
Primrose 2024-07-23 23:17:28 +02:00
parent 261cadf747
commit 1c6b0131d5
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 39 additions and 6 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, ... }:
let
inherit (pkgs) myPkgs;
in
{
services = {
xserver.enable = true;
@ -13,9 +18,9 @@
enable = true;
background = "#000000";
greeters.gtk.cursorTheme = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;
size = 32;
name = "Posy_Cursor_Black";
package = myPkgs.posy-cursor;
size = 48;
};
};
xserver.windowManager.xmonad = {