diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 22:28:28 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-18 22:28:28 +0200 |
| commit | 52bf13cac3ea68f32abac07707522275b4a212fe (patch) | |
| tree | e5ff2d5f90afac4b5c213e77d53a57d593471450 /modules/features/noctalia.nix | |
| parent | 4be787c15dc973ef9483cbdac1ebe1ae71b17e00 (diff) | |
Moved niri and noctalia to highLevel features from features root
Diffstat (limited to 'modules/features/noctalia.nix')
| -rw-r--r-- | modules/features/noctalia.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/features/noctalia.nix b/modules/features/noctalia.nix deleted file mode 100644 index 7b4cd7d..0000000 --- a/modules/features/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; - }; - }; -} |
