feat(gui): set cursor theme

This commit is contained in:
514fpv 2024-01-03 16:29:51 +08:00
parent 6a3e683a5f
commit ac6253460c
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -28,7 +28,14 @@ in mkIf config.passthrough.gui {
};
};
# application menu setup
programs.wofi.enable = true;
programs.wofi.settings.mode = "drun";
programs.wofi.settings.allow_images = true;
# cursor theme
home.pointerCursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
};
}