~ruther/nix-tmpactivator

ref: 58dd1f391141cb0b92f9582d803e9510a13e1bbe nix-tmpactivator/modules/default.nix -rw-r--r-- 303 bytes
58dd1f39 — Rutherther feat: add self management (auto activation, deactivation) 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