More opt
Some checks failed
Nix Build / build-nixos (push) Failing after 21s

This commit is contained in:
soraefir
2024-04-16 01:28:24 +02:00
parent e0b1be56a2
commit a1c6b056e0
8 changed files with 94 additions and 75 deletions

View File

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