aboutsummaryrefslogtreecommitdiffstats
path: root/lib/modules/hjem.nix
blob: a052c595ed53e19ecce0b962fc50e165abcffeeb (plain) (blame)
1
2
3
4
5
6
7
8
{ specialArgs, ... }:

{
  hjem = {
    specialArgs = specialArgs;
    clobberByDefault = true;
  };
}