Merge branch 'main' into ghostty

This commit is contained in:
Miguel Palhas
2025-01-06 10:49:56 +00:00
7 changed files with 20 additions and 3 deletions
+4
View File
@@ -38,6 +38,10 @@
"move cursor -50% -50%, class:thunar" "move cursor -50% -50%, class:thunar"
"size 800 600, class:thunar" "size 800 600, class:thunar"
]; ];
env = [
"GDK_SCALE, 1.5"
];
}; };
programs.kitty.settings.font_size = 12; programs.kitty.settings.font_size = 12;
+1 -1
View File
@@ -13,7 +13,7 @@ in
{ {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [
"eDP-1, preferred, 0x0, auto, bitdepth, 8" "eDP-1, preferred, 0x0, 1, bitdepth, 8"
]; ];
}; };
+5
View File
@@ -26,6 +26,11 @@
mtr mtr
dnsutils dnsutils
# networking
networkmanagerapplet
mtr
dnsutils
# communication # communication
slack slack
zoom-us zoom-us
@@ -68,7 +68,6 @@ in
}; };
env = [ env = [
"GDK_SCALE, 2"
"XCURSOR_SIZE, 32" "XCURSOR_SIZE, 32"
"HYPRCURSOR_THEME, rose-pine-hyprcursor" "HYPRCURSOR_THEME, rose-pine-hyprcursor"
"HYPRCURSOR_SIZE, 24" "HYPRCURSOR_SIZE, 24"
+4
View File
@@ -46,6 +46,10 @@
"move 100%-800 100%-800, class:ethui" "move 100%-800 100%-800, class:ethui"
"noinitialfocus, class:ethui" "noinitialfocus, class:ethui"
]; ];
env = [
"GDK_SCALE, 2"
];
}; };
programs.kitty.settings.font_size = 12; programs.kitty.settings.font_size = 12;
+1 -1
View File
@@ -47,7 +47,7 @@
let let
authorizedKeys = pkgs.fetchurl { authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys"; url = "https://github.com/naps62.keys";
sha256 = "sha256-rDWxVY9NqeMs/BhShf4a0++KCPCgPmy2QPFehBvsmnk="; sha256 = "sha256-xVrGO4Cultc3tPcnLFKLa98btLh7EAl3tLM1MTvwmn8=";
}; };
in in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys); pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
+5
View File
@@ -18,4 +18,9 @@ in
}; };
}; };
}; };
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
} }