big refactor
This commit is contained in:
commit
76d68230f6
81 changed files with 3065 additions and 0 deletions
4
modules/features/system/niri.nix
Normal file
4
modules/features/system/niri.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ lib, config, ... }: {
|
||||
programs.niri.enable = lib.mkIf config.device.wm.niri.enable true;
|
||||
services.xserver.enable = lib.mkIf config.device.wm.niri.enable true;
|
||||
}
|
||||
Reference in a new issue