mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
Add exclude for i3
This commit is contained in:
parent
0266591851
commit
cf6fd4511f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue