~ruther/nixos-config

ref: ba9b39c32c6c3da5957047a3dcb160db2816154b nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
ba9b39c3 — Frantisek Bohacek feat: git set editor to emacs waiting for the window to close 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
  ];
}