hosts: desktop: disable mdns and set new monitor setup
This commit is contained in:
parent
9aef89016d
commit
3168ec01b9
@ -74,15 +74,15 @@
|
||||
enable = true;
|
||||
drivers = [ pkgs.gutenprint ];
|
||||
};
|
||||
avahi = { # Needed to find wireless printer
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
publish = { # Needed for detecting the scanner
|
||||
enable = true;
|
||||
addresses = true;
|
||||
userServices = true;
|
||||
};
|
||||
};
|
||||
#avahi = { # Needed to find wireless printer
|
||||
# enable = true;
|
||||
# nssmdns = true;
|
||||
# publish = { # Needed for detecting the scanner
|
||||
# enable = true;
|
||||
# addresses = true;
|
||||
# userServices = true;
|
||||
# };
|
||||
#};
|
||||
hardware.openrgb = {
|
||||
enable = true;
|
||||
motherboard = "amd";
|
||||
|
@ -48,13 +48,18 @@
|
||||
"*" = {
|
||||
bg = "$HOME/.config/wall fill";
|
||||
};
|
||||
"HDMI-A-1" = {
|
||||
mode = "1920x1080";
|
||||
#"HDMI-A-1" = {
|
||||
# mode = "2560x1440";
|
||||
# pos = "0,0";
|
||||
# #scale = "1.1";
|
||||
#};
|
||||
"DP-2" = {
|
||||
mode = "2560x1440";
|
||||
pos = "0,0";
|
||||
};
|
||||
"DP-1" = {
|
||||
mode = "2560x1080";
|
||||
pos = "1920,0";
|
||||
"DP-3" = {
|
||||
mode = "1920x1200";
|
||||
pos = "2560,120";
|
||||
};
|
||||
#"eDP-1" = {
|
||||
# mode = "1920x1080";
|
||||
@ -244,8 +249,8 @@
|
||||
'';
|
||||
|
||||
extraConfig = ''
|
||||
set $output-primary DP-1
|
||||
set $output-secondary HDMI-A-1
|
||||
set $output-primary DP-2
|
||||
set $output-secondary DP-3
|
||||
|
||||
workspace 1 output $output-secondary
|
||||
workspace 2 output $output-primary
|
||||
|
Loading…
Reference in New Issue
Block a user