fix(user/malte): font size + cursor
This commit is contained in:
parent
6625cf58e0
commit
aba39dce48
|
@ -130,7 +130,7 @@ in {
|
|||
};
|
||||
|
||||
pointerCursor = {
|
||||
name = "phinger-cursors";
|
||||
name = "phinger-cursors-dark";
|
||||
package = pkgs.phinger-cursors;
|
||||
size = 32;
|
||||
gtk.enable = true;
|
||||
|
|
|
@ -143,6 +143,8 @@
|
|||
])
|
||||
++ [
|
||||
"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 =
|
||||
(lib.lists.optional (nixosConfig.networking.hostName == "helix-texta") "eDP-1,3840x2160@60,0x0,2")
|
||||
|
@ -157,7 +159,6 @@
|
|||
"$green" = "98971a";
|
||||
exec-once = [
|
||||
"${lib.getExe runWob}"
|
||||
"hyprctl setcursor ${config.home.pointerCursor.name} ${builtins.toString config.home.pointerCursor.size}"
|
||||
];
|
||||
input = {
|
||||
kb_variant =
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
font = {
|
||||
name = "Hack Nerd Font Mono";
|
||||
package = pkgs.hack-nerdfont;
|
||||
size = 9;
|
||||
size = 10;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue