summaryrefslogtreecommitdiff
path: root/modules/features/noctalia.nix
blob: 42f489a7c1f7d28d63e249da12bfc81bcdd10af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  self,
  inputs,
  ...
}: {
  perSystem = {pkgs, ...}: {
    packages.ngeNoctalia = inputs.wrapper-modules.wrappers.noctalia-shell.wrap {
      inherit pkgs;
      #      settings =
      #        (builtins.fromJSON
      #          (builtins.readFile ./noctalia.json)).settings;
    };
  };
}