feat(shiroko): display scaling

This commit is contained in:
Kaito T Lex 2025-04-27 16:20:54 -07:00
parent b0de3ae565
commit a19ac657b8

View file

@ -24,7 +24,6 @@
}; };
ucodenix = { ucodenix = {
url = "github:e-tho/ucodenix"; url = "github:e-tho/ucodenix";
inputs.nixpkgs.follows = "nixpkgs";
}; };
wallpapers = { wallpapers = {
url = "github:kaitotlex/wallpaper"; url = "github:kaitotlex/wallpaper";
@ -81,7 +80,14 @@
inherit inputs; inherit inputs;
}; };
users.kaitotlex = { users.kaitotlex = {
imports = [ ./users/kaitotlex ]; imports = [
./users/kaitotlex
{
wayland.windowManager.hyprland.settings.monitor = [
"eDP-1,1920x1200@120,0x0,1.25"
];
}
];
}; };
}; };
} }