summaryrefslogtreecommitdiff
path: root/modules/features/desktop/noctalia.nix
blob: b0588218cd9a297a1c607867ca9e390a4576edcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ 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