~ruther/nixos-config

ref: 8af96427a7c459eadf7e960ea77368c8b7df054e nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
8af96427 — Frantisek Bohacek feat: add dwl to HM config 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
  ];
}