diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 20:27:06 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 20:27:06 +0200 |
| commit | e70c831847bbc1c708c62bbca7a4edc37ea07537 (patch) | |
| tree | c531d29dc2dfcc655d3f176f13704b3819f19d8e /modules/features/noctalia.nix | |
| parent | 8c8bf8449b53eb97b751e4110593710d230b7a9f (diff) | |
Fixed noctalia config to be nge and not interact with other noctalia configs
Diffstat (limited to 'modules/features/noctalia.nix')
| -rw-r--r-- | modules/features/noctalia.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/features/noctalia.nix b/modules/features/noctalia.nix index 42f489a..60f6432 100644 --- a/modules/features/noctalia.nix +++ b/modules/features/noctalia.nix @@ -6,9 +6,10 @@ perSystem = {pkgs, ...}: { packages.ngeNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap { inherit pkgs; - # settings = - # (builtins.fromJSON - # (builtins.readFile ./noctalia.json)).settings; + settings = + {} + (builtins.fromJSON + (builtins.readFile ./ngeMoctalia.json)).settings; }; }; } |
