Forcing Firefox as default browser + primary monitor on Thor

This commit is contained in:
Filippo Berto 2022-09-11 13:22:17 +02:00
parent f28e934cd0
commit 47f6c30f4e
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 11 additions and 5 deletions

View file

@ -149,6 +149,10 @@ with lib; {
layout = "us";
videoDrivers = [ "nvidia" ];
xkbOptions = "eurosign:e,terminate:ctrl_alt_bksp,compose:rctrl";
xrandrHeads = [{
primary = true;
output = "DP-4";
}];
};
# gnome.gnome-remote-desktop.enable = true;
};