Merge branch 'main' into ghostty
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
"move cursor -50% -50%, class:thunar"
|
||||
"size 800 600, class:thunar"
|
||||
];
|
||||
|
||||
env = [
|
||||
"GDK_SCALE, 1.5"
|
||||
];
|
||||
};
|
||||
|
||||
programs.kitty.settings.font_size = 12;
|
||||
|
||||
@@ -13,7 +13,7 @@ in
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor = [
|
||||
"eDP-1, preferred, 0x0, auto, bitdepth, 8"
|
||||
"eDP-1, preferred, 0x0, 1, bitdepth, 8"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
mtr
|
||||
dnsutils
|
||||
|
||||
# networking
|
||||
networkmanagerapplet
|
||||
mtr
|
||||
dnsutils
|
||||
|
||||
# communication
|
||||
slack
|
||||
zoom-us
|
||||
|
||||
@@ -68,7 +68,6 @@ in
|
||||
};
|
||||
|
||||
env = [
|
||||
"GDK_SCALE, 2"
|
||||
"XCURSOR_SIZE, 32"
|
||||
"HYPRCURSOR_THEME, rose-pine-hyprcursor"
|
||||
"HYPRCURSOR_SIZE, 24"
|
||||
|
||||
@@ -46,6 +46,10 @@
|
||||
"move 100%-800 100%-800, class:ethui"
|
||||
"noinitialfocus, class:ethui"
|
||||
];
|
||||
|
||||
env = [
|
||||
"GDK_SCALE, 2"
|
||||
];
|
||||
};
|
||||
|
||||
programs.kitty.settings.font_size = 12;
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
let
|
||||
authorizedKeys = pkgs.fetchurl {
|
||||
url = "https://github.com/naps62.keys";
|
||||
sha256 = "sha256-rDWxVY9NqeMs/BhShf4a0++KCPCgPmy2QPFehBvsmnk=";
|
||||
sha256 = "sha256-xVrGO4Cultc3tPcnLFKLa98btLh7EAl3tLM1MTvwmn8=";
|
||||
};
|
||||
in
|
||||
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
|
||||
|
||||
@@ -18,4 +18,9 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
substituters = [ "https://hyprland.cachix.org" ];
|
||||
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user