diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 22:29:55 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 22:29:55 +0200 |
| commit | 6f63f5a46f0d2cc0819d952a19a36c60cd88ce74 (patch) | |
| tree | c20ba815ef75d12b1db99903e6e732757a7d3cd5 /modules/features/noctalia.nix | |
| parent | 52bf13cac3ea68f32abac07707522275b4a212fe (diff) | |
Moved niri and noctalia back to feature
Deleted highLevel and moved lowLevel to system
Diffstat (limited to 'modules/features/noctalia.nix')
| -rw-r--r-- | modules/features/noctalia.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/features/noctalia.nix b/modules/features/noctalia.nix new file mode 100644 index 0000000..7b4cd7d --- /dev/null +++ b/modules/features/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; + }; + }; +} |
