~ruther/nixos-config

ref: f2df73bae72b69a2900bb552b5d55094c582eafe nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
f2df73ba — Frantisek Bohacek chore: update dwl 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

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