niri init

This commit is contained in:
2026-03-17 08:23:40 +00:00
parent bc336fd6cf
commit 3e19edc73a

View File

@@ -0,0 +1,12 @@
{ modules, den, ... }:
{
flake-file.inputs = {
niri-flake = {
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
modules.niri = {
};
}