fix: monitors on muos

This commit is contained in:
Noa Aarts 2024-08-30 21:54:09 +02:00
parent bd93441438
commit 84e771a523
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 15 additions and 12 deletions

View file

@ -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;