happy middle ground

This commit is contained in:
2025-11-06 22:30:22 -06:00
parent f31eefe6eb
commit 7576364d43
4 changed files with 20 additions and 20 deletions

View File

@@ -12,22 +12,22 @@ in {
enable = lib.mkEnableOption "enables ${program}"; enable = lib.mkEnableOption "enables ${program}";
cursor = lib.mkOption { cursor = lib.mkOption {
type = lib.types.str; type = lib.types.str;
default = "posy_dark"; default = "Posy_Cursor_Black";
description = "cursor to use"; description = "cursor to use";
}; };
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
# shelving for now lmao
xdg.dataFile."icons/posy_dark" = { # xdg.dataFile."icons/posy_dark" = {
#config.lib.file.mkOutOfStoreSymlink # #config.lib.file.mkOutOfStoreSymlink
source = "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark"; # source = "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark";
recursive = true; # recursive = true;
}; # };
xdg.dataFile."icons/posy_dark_hypr" = { # xdg.dataFile."icons/posy_dark_hypr" = {
source = "${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; # recursive = true;
}; # };
home.pointerCursor = { home.pointerCursor = {
dotIcons.enable = false; dotIcons.enable = false;
@@ -35,8 +35,8 @@ in {
gtk.enable = true; gtk.enable = true;
x11.enable = true; x11.enable = true;
package = pkgs.posy-cursors; package = pkgs.posy-cursors;
name = "posy_dark"; name = cfg.cursor;
size = 48; size = 64;
hyprcursor = { hyprcursor = {
enable = true; enable = true;
size = 64; size = 64;

View File

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

View File

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

View File

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