new commit banana

This commit is contained in:
Charlie Root 2024-04-10 11:56:34 +02:00
commit 150c58ff9d
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ...}
{
options = {
i3.enable = lib.mkEnableOption "enable i3wm";
i3wm.enable = lib.mkEnableOption "enable i3wm";
};
config = lib.mkIf config.i3wm.enable {
services.xserver = {