summaryrefslogtreecommitdiff
path: root/modules/features/highLevel/noctalia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/features/highLevel/noctalia.nix')
-rw-r--r--modules/features/highLevel/noctalia.nix14
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;
- };
- };
-}