This commit is contained in:
Lucy von Overheidt 2025-09-09 18:03:42 +02:00
commit 0df1237eb2
19 changed files with 1921 additions and 0 deletions

8
modules/niri/default.nix Normal file
View file

@ -0,0 +1,8 @@
{ inputs, pkgs, ... }:
{
imports = [
./settings.nix
./binds.nix
./rules.nix
];
}