This commit is contained in:
iFargle 2024-01-03 22:41:07 +09:00
parent 759d691d62
commit 0d5e746d9d

View file

@ -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 = {