happy middle ground
This commit is contained in:
@@ -12,22 +12,22 @@ in {
|
||||
enable = lib.mkEnableOption "enables ${program}";
|
||||
cursor = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "posy_dark";
|
||||
default = "Posy_Cursor_Black";
|
||||
description = "cursor to use";
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
xdg.dataFile."icons/posy_dark" = {
|
||||
#config.lib.file.mkOutOfStoreSymlink
|
||||
source = "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark";
|
||||
recursive = true;
|
||||
};
|
||||
xdg.dataFile."icons/posy_dark_hypr" = {
|
||||
source = "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark_hypr";
|
||||
recursive = true;
|
||||
};
|
||||
# shelving for now lmao
|
||||
# xdg.dataFile."icons/posy_dark" = {
|
||||
# #config.lib.file.mkOutOfStoreSymlink
|
||||
# source = "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark";
|
||||
# recursive = true;
|
||||
# };
|
||||
# xdg.dataFile."icons/posy_dark_hypr" = {
|
||||
# source = "${home_dir}/.nix/users/blake/assets/icons/cursors/posy_dark_hypr";
|
||||
# recursive = true;
|
||||
# };
|
||||
|
||||
home.pointerCursor = {
|
||||
dotIcons.enable = false;
|
||||
@@ -35,8 +35,8 @@ in {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.posy-cursors;
|
||||
name = "posy_dark";
|
||||
size = 48;
|
||||
name = cfg.cursor;
|
||||
size = 64;
|
||||
hyprcursor = {
|
||||
enable = true;
|
||||
size = 64;
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
./hypr
|
||||
./tofi
|
||||
./clipboard
|
||||
#./cursor
|
||||
./cursor
|
||||
];
|
||||
}
|
||||
|
||||
@@ -27,11 +27,11 @@ in {
|
||||
#autoEnable = false;
|
||||
image = cfg.wallpaper;
|
||||
polarity = "dark";
|
||||
cursor = {
|
||||
package = pkgs.posy-cursors;
|
||||
name = "Posy_Cursor_Black";
|
||||
size = 64;
|
||||
};
|
||||
# cursor = {
|
||||
# package = pkgs.posy-cursors;
|
||||
# name = "Posy_Cursor_Black";
|
||||
# size = 64;
|
||||
# };
|
||||
fonts = {
|
||||
sizes = {
|
||||
applications = 12;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user