hyprland monitor issue fix
This commit is contained in:
@@ -21,9 +21,15 @@
|
||||
|
||||
systemd.variables = [ "--all" ];
|
||||
|
||||
extraConfig = ''
|
||||
extraConfig = let
|
||||
monitor = if config.homeconfig.host == "laptop" then ''
|
||||
monitor=eDP-1,1920x1080@60,0x0,1
|
||||
'' else if config.homeconfig.host == "homebox" then ''
|
||||
monitor=HEADLESS-2,1920x1080@60,0x0,1
|
||||
'' else '''';
|
||||
in ''
|
||||
source = /home/nathan/.config/hypr/main.conf
|
||||
'';
|
||||
'' + monitor;
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user