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;
|
stateVersion = hmStateVersion;
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
sessionPath = [ "$HOME/.local/bin" ];
|
sessionPath = [ "$HOME/.local/bin" ];
|
||||||
pointerCursor = {
|
# pointerCursor = {
|
||||||
gtk.enable = true;
|
# gtk.enable = true;
|
||||||
package = pkgs.catppuccin-cursors.mochaLight;
|
# package = pkgs.catppuccin-cursors.mochaLight;
|
||||||
name = "Catppuccin-Mocha-Light-Cursors";
|
# name = "Catppuccin-Mocha-Light-Cursors";
|
||||||
size = 22;
|
# size = 22;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|
Loading…
Reference in a new issue