summaryrefslogtreecommitdiffstats
path: root/common/default.nix
blob: fc9086b49b4d269060e47891fed957b0d5e78af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  imports = [
    <home-manager/nixos>
    ./commandline.nix
    ./theme.nix
    ./tinc.nix
    ./vim.nix
  ];
}