diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 19:47:32 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 19:47:32 +0200 |
| commit | cd616778a4afd4bd45aac06d6edbb59258759656 (patch) | |
| tree | 88ab85647be0ecc5c9f16daeefd74c9ed177383e /modules/features/noctalia.nix | |
| parent | 69ffed3413ec543408c8ea388b22f98a3d7ce1d6 (diff) | |
I think I've already commit all of this...
Diffstat (limited to 'modules/features/noctalia.nix')
| -rw-r--r-- | modules/features/noctalia.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/features/noctalia.nix b/modules/features/noctalia.nix index 7b4cd7d..42f489a 100644 --- a/modules/features/noctalia.nix +++ b/modules/features/noctalia.nix @@ -4,11 +4,11 @@ ... }: { perSystem = {pkgs, ...}: { - packages.myNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap { + packages.ngeNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap { inherit pkgs; - settings = - (builtins.fromJSON - (builtins.readFile ./noctalia.json)).settings; + # settings = + # (builtins.fromJSON + # (builtins.readFile ./noctalia.json)).settings; }; }; } |
