non important commit
This commit is contained in:
parent
f2c333333e
commit
e342135d31
1 changed files with 9 additions and 7 deletions
|
|
@ -3,17 +3,19 @@
|
|||
username = "benag";
|
||||
homeDirectory = "/home/benag";
|
||||
stateVersion = "25.11";
|
||||
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 24;
|
||||
};
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 24;
|
||||
};
|
||||
|
||||
|
||||
imports = [
|
||||
./modules/bspwm.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue