~ruther/nixos-config

ref: aa841c63a6f7d464e438faeca541b221183414a1 nixos-config/home/modules/profiles/default.nix -rw-r--r-- 87 bytes
aa841c63 — Frantisek Bohacek feat: new fonts 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  imports = [
    ./desktop
    ./development
    ./base.nix
    ./matrix.nix
  ];
}