Added cursor config

This commit is contained in:
willifan 2024-05-19 23:48:42 +02:00
parent dc30940074
commit 4fdd04a6f3
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ pkgs, home-manager, ... }:
{
home-manager.users.willifan = {
home.pointerCursor = {
gtk.enable = true;
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
size = 16;
};
};
}

View file

@ -2,6 +2,7 @@
{
imports = [
./cursor.nix
./font.nix
./gtk.nix
./qt.nix