BIG refactoring
This commit is contained in:
parent
b372397342
commit
325f16a9d5
12 changed files with 343 additions and 28 deletions
6
modules/wms/wayland/default.nix
Normal file
6
modules/wms/wayland/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, inputs, ... }: {
|
||||
imports =
|
||||
[ inputs.niri.nixosModules.niri ];
|
||||
;
|
||||
programs.niri.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue