summaryrefslogtreecommitdiff
path: root/modules/features/highLevel/noctalia.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-18 22:29:55 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-18 22:29:55 +0200
commit6f63f5a46f0d2cc0819d952a19a36c60cd88ce74 (patch)
treec20ba815ef75d12b1db99903e6e732757a7d3cd5 /modules/features/highLevel/noctalia.nix
parent52bf13cac3ea68f32abac07707522275b4a212fe (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.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;
- };
- };
-}