~ruther/nixos-config

ref: 0c75e1ea0b0d479f7eb4b0548fc409aa5a7e9c00 nixos-config/home/modules/profiles/default.nix -rw-r--r-- 87 bytes
0c75e1ea — Frantisek Bohacek feat: add all inputs to registry 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  imports = [
    ./desktop
    ./development
    ./base.nix
    ./matrix.nix
  ];
}