~ruther/nix-tmpactivator

ref: b752f8d11d64f2c5f5210d14b4935612bff34ee6 nix-tmpactivator/modules/default.nix -rw-r--r-- 303 bytes
b752f8d1 — Rutherther feat: use buildEnv instead of .local/bin 11 months 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