~ruther/nixos-config

ref: 66aa88fcac0c6a545928659b5832785ae5a9cb51 nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
66aa88fc — Frantisek Bohacek chore: remove unnecessary input nixpkgs follows 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

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