DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: f48b7a537cb4dfec93e189375a73658f7ec6c63a nix-arta/systems/hosts/default.nix -rw-r--r-- 105 bytes
f48b7a53Jonni Liljamo feat(roles/qutebrowser, hosts/arwen): qutebrowser role and add to arwen 4 months ago
                                                                                
1
2
3
4
5
6
7
{laptop, ...}: {
  arwen = {
    system = "x86_64-linux";
    profile = laptop;
    modules = [];
  };
}