DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: c680b715c1333cc09ce724fcb9beb62a75e9fd91 nix-arta/roles/default.nix -rw-r--r-- 126 bytes
c680b715Jonni Liljamo feat: restructure 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{...}: {
  imports = [
    ./audio.nix
    ./bluetooth.nix
    ./base.nix
    ./git.nix
    ./nix.nix
    ./zellij.nix
  ];
}