Fix Xwayland, new wifi,...
All checks were successful
Nix Build / build-nixos (push) Successful in 6m50s

This commit is contained in:
soraefir
2024-06-01 11:18:10 +02:00
parent a4435844a9
commit 5b43e414b7
5 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,6 @@
{ lib, config, pkgs, ... }: {
config = lib.mkIf (config.syscfg.make.gui) {
programs.xwayland.enable = true;
services.xserver = {
enable = true;
videoDrivers = [ "amd" ];