non important commit
This commit is contained in:
parent
b9aab5d853
commit
715efa2ef6
2 changed files with 10 additions and 8 deletions
|
|
@ -3,14 +3,6 @@
|
||||||
username = "benag";
|
username = "benag";
|
||||||
homeDirectory = "/home/benag";
|
homeDirectory = "/home/benag";
|
||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
|
|
||||||
pointerCursor = {
|
|
||||||
gtk.enable = true;
|
|
||||||
x11.enable = true;
|
|
||||||
package = pkgs.bibata-cursors;
|
|
||||||
name = "Bibata-Modern-Ice";
|
|
||||||
size = 14;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
@ -26,6 +18,7 @@
|
||||||
./modules/kitty.nix
|
./modules/kitty.nix
|
||||||
./modules/polybar.nix
|
./modules/polybar.nix
|
||||||
./modules/fastfetch.nix
|
./modules/fastfetch.nix
|
||||||
|
./modules/cursor.nix
|
||||||
./modules/git.nix
|
./modules/git.nix
|
||||||
./modules/create-project/create-project.nix
|
./modules/create-project/create-project.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
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