~ruther/nixos-config

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