Compare commits

..

No commits in common. "dba05fa0c4eb2ff568ccda9621f4ac35888d9376" and "147a19d2e8c6ca3116ac60fe793485d63747ae03" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View file

@ -1,11 +0,0 @@
{ 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,7 +2,6 @@
{
imports = [
./cursor.nix
./font.nix
./gtk.nix
./qt.nix