Loading nixos/modules/profiles/graphical.nix +3 −4 Original line number Diff line number Diff line Loading @@ -6,13 +6,12 @@ { services.xserver = { enable = true; displayManager.sddm.enable = true; desktopManager.plasma5 = { enable = true; }; desktopManager.plasma5.enable = true; libinput.enable = true; # for touchpad support on many laptops }; services.displayManager.sddm.enable = true; # Enable sound in virtualbox appliances. hardware.pulseaudio.enable = true; Loading Loading
nixos/modules/profiles/graphical.nix +3 −4 Original line number Diff line number Diff line Loading @@ -6,13 +6,12 @@ { services.xserver = { enable = true; displayManager.sddm.enable = true; desktopManager.plasma5 = { enable = true; }; desktopManager.plasma5.enable = true; libinput.enable = true; # for touchpad support on many laptops }; services.displayManager.sddm.enable = true; # Enable sound in virtualbox appliances. hardware.pulseaudio.enable = true; Loading