major refactor and reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-04 13:13:24 -05:00
parent f43b32286c
commit e91cca9aeb
13 changed files with 614 additions and 591 deletions

5
modules/system/niri.nix Normal file
View file

@ -0,0 +1,5 @@
{
programs.niri = {
enable = true;
};
}

View file

@ -1,8 +0,0 @@
{ inputs, config, lib, pkgs, ... }:
{
programs.niri = {
enable = true;
package = inputs.niri.packages.x86_64-linux.niri;
};
}