~ruther/nixos-config

ref: fbabddad002402770bde3de876f85c357debbe93 nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
fbabddad — Frantisek Bohacek feat: function to make managed file real file 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
  ];
}