diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-28 13:06:19 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-28 13:06:19 +0200 |
| commit | bdb473938287fcef27e4793fbb115a1345f11b9a (patch) | |
| tree | 54159a4a81e465f457d165b0a321e1da7dc79386 /modules/features/noctalia.nix | |
| parent | 070eb41d245b96e849e8a24ca8e703338be1892e (diff) | |
Moved features to desktop
Diffstat (limited to 'modules/features/noctalia.nix')
| -rw-r--r-- | modules/features/noctalia.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/features/noctalia.nix b/modules/features/noctalia.nix deleted file mode 100644 index 8c3b146..0000000 --- a/modules/features/noctalia.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - self, - inputs, - ... -}: { - perSystem = {pkgs, ...}: { - packages.ngeNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap { - inherit pkgs; - - settings = builtins.fromJSON ( - builtins.readFile ./ngeNoctalia.json - ); - }; - }; -} |
