~ruther/nixos-config

ref: 66aa88fcac0c6a545928659b5832785ae5a9cb51 nixos-config/home/modules/profiles/default.nix -rw-r--r-- 87 bytes
66aa88fc — Frantisek Bohacek chore: remove unnecessary input nixpkgs follows 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  imports = [
    ./desktop
    ./development
    ./base.nix
    ./matrix.nix
  ];
}