non important commit
This commit is contained in:
parent
c2851df231
commit
f2c333333e
1 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,14 @@
|
|||
|
||||
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
|
||||
./modules/sxhkd.nix
|
||||
|
|
@ -22,6 +30,8 @@
|
|||
./modules/create-project/create-project.nix
|
||||
];
|
||||
|
||||
gtk.cursorTheme
|
||||
|
||||
home.packages = [
|
||||
pkgs.bspwm
|
||||
pkgs.sxhkd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue