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/highLevel/noctalia.nix | |
| parent | 52bf13cac3ea68f32abac07707522275b4a212fe (diff) | |
Moved niri and noctalia back to feature
Deleted highLevel and moved lowLevel to system
Diffstat (limited to 'modules/features/highLevel/noctalia.nix')
| -rw-r--r-- | modules/features/highLevel/noctalia.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/features/highLevel/noctalia.nix b/modules/features/highLevel/noctalia.nix deleted file mode 100644 index 7b4cd7d..0000000 --- a/modules/features/highLevel/noctalia.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - self, - inputs, - ... -}: { - perSystem = {pkgs, ...}: { - packages.myNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap { - inherit pkgs; - settings = - (builtins.fromJSON - (builtins.readFile ./noctalia.json)).settings; - }; - }; -} |
