LoutreOS: rollback wayland
This commit is contained in:
parent
968033f95d
commit
c39ed72891
3 changed files with 16 additions and 4 deletions
|
@ -84,6 +84,8 @@
|
|||
|
||||
networking.firewall.enable = false;
|
||||
|
||||
services.displayManager.autoLogin.user = "paul";
|
||||
|
||||
users.users.paul = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "wireshark" "input" "dialout" "libvirtd" "vboxusers" ];
|
||||
|
@ -100,6 +102,10 @@
|
|||
X11Forwarding = true;
|
||||
};
|
||||
|
||||
services.xserver.deviceSection = ''
|
||||
Option "metamodes" "DP-4: 3440x1440_144 +0+0 {AllowGSYNCCompatible=On}"
|
||||
'';
|
||||
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.hplip ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue