From 52bf13cac3ea68f32abac07707522275b4a212fe Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 18 Jun 2026 22:28:28 +0200 Subject: Moved niri and noctalia to highLevel features from features root --- modules/features/highLevel/noctalia.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/features/highLevel/noctalia.nix (limited to 'modules/features/highLevel/noctalia.nix') diff --git a/modules/features/highLevel/noctalia.nix b/modules/features/highLevel/noctalia.nix new file mode 100644 index 0000000..7b4cd7d --- /dev/null +++ b/modules/features/highLevel/noctalia.nix @@ -0,0 +1,14 @@ +{ + self, + inputs, + ... +}: { + perSystem = {pkgs, ...}: { + packages.myNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap { + inherit pkgs; + settings = + (builtins.fromJSON + (builtins.readFile ./noctalia.json)).settings; + }; + }; +} -- cgit v1.2.3