about summary refs log tree commit diff
path: root/nix/modules/x86_64-linux.nix
blob: 62945b30120a41a7715f35d945735495b882b721 (plain)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./ports
    ./r2wars-web
    ./remarvin
    ./filebrowser
    # ./libvirtnix
    ./goapp-frontend
  ];
}