~ruther/nix-tmpactivator

ref: ceb0d409eacee969071c96aba8df5ed505d7dcdf nix-tmpactivator/modules/default.nix -rw-r--r-- 303 bytes
ceb0d409 — Rutherther feat: many updates a year ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ lib, config, pkgs, ... }:

{
  imports = [
    ./tmpfiles.nix
    ./home.nix
    ./systemd.nix
    ./desktop-items.nix
  ];

  _module.args = {
    utils = import "${pkgs.path}/nixos/lib/utils.nix" { inherit lib config pkgs; };
    tmpLib = import ../lib { inherit pkgs; inherit (pkgs) lib; };
  };
}
Do not follow this link