Test
This commit is contained in:
parent
759d691d62
commit
0d5e746d9d
1 changed files with 6 additions and 6 deletions
|
@ -19,12 +19,12 @@
|
|||
stateVersion = hmStateVersion;
|
||||
homeDirectory = "/home/${username}";
|
||||
sessionPath = [ "$HOME/.local/bin" ];
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.catppuccin-cursors.mochaLight;
|
||||
name = "Catppuccin-Mocha-Light-Cursors";
|
||||
size = 22;
|
||||
};
|
||||
# pointerCursor = {
|
||||
# gtk.enable = true;
|
||||
# package = pkgs.catppuccin-cursors.mochaLight;
|
||||
# name = "Catppuccin-Mocha-Light-Cursors";
|
||||
# size = 22;
|
||||
# };
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
|
|
Loading…
Reference in a new issue