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