Add exclude for i3

This commit is contained in:
TheWanderingCrow 2024-10-28 20:33:44 -04:00
parent 0266591851
commit cf6fd4511f

View file

@ -1,7 +1,7 @@
{ inputs, pkgs, lib, config, ...}: {
options.desktop.i3.enable = lib.mkEnableOption "enables i3";
config = {
config = lib.mkIf config.desktop.i3.enable {
services.xserver = {
displayManager.startx.enable = true;
windowManager.i3 = {