major refactor and reorg
This commit is contained in:
parent
f43b32286c
commit
e91cca9aeb
13 changed files with 614 additions and 591 deletions
5
modules/system/niri.nix
Normal file
5
modules/system/niri.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{ inputs, config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
package = inputs.niri.packages.x86_64-linux.niri;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue