feat(shiroko): display scaling
This commit is contained in:
parent
47a285b72b
commit
6c99d57492
1 changed files with 8 additions and 2 deletions
10
flake.nix
10
flake.nix
|
@ -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"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue