Merge branch 'master' of 192.168.50.8:TheWanderingCrow/NixOS

This commit is contained in:
TheWanderingCrow 2024-10-29 14:52:16 -04:00
commit 9031a9088d

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 = {