Sif: hyprland scale + bertof ssh key

This commit is contained in:
Filippo Berto 2024-11-21 21:02:58 +01:00
parent da0cb69e07
commit f903e665db
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 3 additions and 1 deletions

View file

@ -102,6 +102,8 @@ in
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [
"eDP-1,preferred,320x1440,1"
"DP-1,preferred,0x0,1"
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [
"eDP-1,preferred,0x0,1.666667"
];
misc.disable_hyprland_logo = true;