summaryrefslogtreecommitdiff
path: root/nixos/profiles/common/default.nix
blob: 2b0772434bcdf1e61b2e17ac32eca988925b0b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, pkgs, ... }:

let
  sources = import ../../npins;
in
{
  imports = [
    ./sanix.nix
    ./basics.nix
    "${sources.agenix}/modules/age.nix"
  ];
}