{ self, inputs, ... }: { perSystem = { pkgs, config, ... }: { packages.myNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap { inherit pkgs; settings = (builtins.fromJSON (builtins.readFile ./noctalia.json)).settings; }; }; } # Run this for updating: # nix run nixpkgs#noctalia-shell ipc call state all > noctalia.json