mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-26 06:02:34 -05:00
Merge branch 'master' of 192.168.50.8:TheWanderingCrow/NixOS
This commit is contained in:
commit
9031a9088d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ inputs, pkgs, lib, config, ...}: {
|
{ inputs, pkgs, lib, config, ...}: {
|
||||||
options.desktop.i3.enable = lib.mkEnableOption "enables i3";
|
options.desktop.i3.enable = lib.mkEnableOption "enables i3";
|
||||||
|
|
||||||
config = {
|
config = lib.mkIf config.desktop.i3.enable {
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue