~ruther/nixos-config

ref: a30b53efdb27f46623d535c91dd62204af9d54ee nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
a30b53ef — Frantisek Bohacek feat(emacs): use vterm, add functions to communicate with emacs from vterm 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

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