Added cursor config
This commit is contained in:
parent
dc30940074
commit
4fdd04a6f3
2 changed files with 12 additions and 0 deletions
11
users/willifan/graphical/theme/cursor.nix
Normal file
11
users/willifan/graphical/theme/cursor.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./cursor.nix
|
||||
./font.nix
|
||||
./gtk.nix
|
||||
./qt.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue