~ruther/nixos-config

ref: 30eecf6a749fe43f55ebb8e22a20ba99766a2f82 nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
30eecf6a — Frantisek Bohacek chore: update 1 year, 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  imports = [
    ./desktop
    ./development.nix
    ./vpn.nix
    ./sync.nix
    ./virtualisation.nix
  ];
}
Do not follow this link