non important commit
This commit is contained in:
parent
b9aab5d853
commit
715efa2ef6
2 changed files with 10 additions and 8 deletions
9
home/modules/cursor.nix
Normal file
9
home/modules/cursor.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 14;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue