mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: set adrastea monitor settings for hyprland
This commit is contained in:
parent
41a4fd7a9e
commit
0782d83b5b
1 changed files with 4 additions and 0 deletions
4
hosts/adrastea/home-manager-overrides.nix
Normal file
4
hosts/adrastea/home-manager-overrides.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [ "eDP-1,2560x1440@165,0x0,1.6" ];
|
||||
}
|
Loading…
Reference in a new issue