fix: monitors on muos
This commit is contained in:
parent
bd93441438
commit
84e771a523
2 changed files with 15 additions and 12 deletions
|
|
@ -27,7 +27,10 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
modules = {
|
||||
hyprland.enable = true;
|
||||
hyprland = {
|
||||
enable = true;
|
||||
displays = [ "eDP-1, 2256x1504@60, 0x0, 1" ];
|
||||
};
|
||||
games.enable = true;
|
||||
apps = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue