~ruther/nixos-config

ref: bc2093fa143594b6a68262a3e7fabf18d8374798 nixos-config/nixos/modules/profiles/default.nix -rw-r--r-- 123 bytes
bc2093fa — Frantisek Bohacek feat: update waybar status 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

{
  imports = [
    ./desktop
    ./development.nix
    ./vpn.nix
    ./sync.nix
    ./virtualisation.nix
  ];
}
Do not follow this link