fix(user/malte): font size + cursor

This commit is contained in:
Malte Tammena 2024-08-06 11:45:14 +02:00
parent 6625cf58e0
commit aba39dce48
3 changed files with 4 additions and 3 deletions

View file

@ -130,7 +130,7 @@ in {
}; };
pointerCursor = { pointerCursor = {
name = "phinger-cursors"; name = "phinger-cursors-dark";
package = pkgs.phinger-cursors; package = pkgs.phinger-cursors;
size = 32; size = 32;
gtk.enable = true; gtk.enable = true;

View file

@ -143,6 +143,8 @@
]) ])
++ [ ++ [
"PASSWORD_STORE_DIR,${config.programs.password-store.settings.PASSWORD_STORE_DIR}" "PASSWORD_STORE_DIR,${config.programs.password-store.settings.PASSWORD_STORE_DIR}"
"HYPRCURSOR_THEME,${config.home.pointerCursor.name}"
"HYPRCURSOR_SIZE,${builtins.toString config.home.pointerCursor.size}"
]; ];
monitor = monitor =
(lib.lists.optional (nixosConfig.networking.hostName == "helix-texta") "eDP-1,3840x2160@60,0x0,2") (lib.lists.optional (nixosConfig.networking.hostName == "helix-texta") "eDP-1,3840x2160@60,0x0,2")
@ -157,7 +159,6 @@
"$green" = "98971a"; "$green" = "98971a";
exec-once = [ exec-once = [
"${lib.getExe runWob}" "${lib.getExe runWob}"
"hyprctl setcursor ${config.home.pointerCursor.name} ${builtins.toString config.home.pointerCursor.size}"
]; ];
input = { input = {
kb_variant = kb_variant =

View file

@ -10,7 +10,7 @@
font = { font = {
name = "Hack Nerd Font Mono"; name = "Hack Nerd Font Mono";
package = pkgs.hack-nerdfont; package = pkgs.hack-nerdfont;
size = 9; size = 10;
}; };
settings = { settings = {