fuck this custom cursor shit

This commit is contained in:
2025-11-06 22:26:01 -06:00
parent 788155194f
commit f31eefe6eb
4 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
config,
...
}: let
program = "hypr";
program = "cursor";
cfg = config.dots.${program};
home_dir = config.home.homeDirectory;
in {
@@ -25,7 +25,7 @@ in {
recursive = true;
};
xdg.dataFile."icons/posy_dark_hypr" = {
source = config.lib.file.mkOutOfStoreSymlink "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark_hypr";
source = "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark_hypr";
recursive = true;
};
@@ -34,7 +34,7 @@ in {
enable = true;
gtk.enable = true;
x11.enable = true;
#package = pkgs.posy-cursors;
package = pkgs.posy-cursors;
name = "posy_dark";
size = 48;
hyprcursor = {

View File

@@ -12,6 +12,6 @@
./hypr
./tofi
./clipboard
./cursor
#./cursor
];
}

View File

@@ -27,11 +27,11 @@ in {
#autoEnable = false;
image = cfg.wallpaper;
polarity = "dark";
# cursor = {
# package = pkgs.posy-cursors;
# name = "Posy_Cursor_Black";
# size = 48;
# };
cursor = {
package = pkgs.posy-cursors;
name = "Posy_Cursor_Black";
size = 64;
};
fonts = {
sizes = {
applications = 12;

View File

@@ -24,7 +24,7 @@
hypr.enable = true;
tofi.enable = true;
clipboard.enable = true;
cursor.enable = true;
#cursor.enable = true;
btop.enable = true;
lf.enable = true;