added niri/noctalia

This commit is contained in:
John Lancaster
2026-03-25 22:09:25 -05:00
parent 2ca7dcc464
commit 2c8e7e3b63
5 changed files with 78 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{ self, inputs, ... }: {
perSystem = { pkgs, ... }: {
packages.myNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap {
inherit pkgs;
# settings = (builtins.fromJSON (builtins.readFile ./noctalia.json)).settings;
};
};
}