~ruther/nixos-config

ref: 0c75e1ea0b0d479f7eb4b0548fc409aa5a7e9c00 nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
0c75e1ea — Frantisek Bohacek feat: add all inputs to registry 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  imports = [
    ./desktop
    ./development.nix
    ./vpn.nix
    ./sync.nix
    ./virtualisation.nix
  ];
}