DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: c680b715c1333cc09ce724fcb9beb62a75e9fd91 nix-arta/systems/hosts/default.nix -rw-r--r-- 105 bytes
c680b715Jonni Liljamo feat: restructure 4 months ago
                                                                                
1
2
3
4
5
6
7
{laptop, ...}: {
  arwen = {
    system = "x86_64-linux";
    profile = laptop;
    modules = [];
  };
}