Compare commits

...

2 Commits

Author SHA1 Message Date
willifan
dba05fa0c4 Merge remote-tracking branch 'origin/main' 2024-05-20 01:54:03 +02:00
willifan
4fdd04a6f3 Added cursor config 2024-05-19 23:51:41 +02:00
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