stockholm/lass/default.nix

10 lines
81 B
Nix
Raw Normal View History

2016-02-15 16:27:11 +01:00
_:
{
imports = [
../krebs
2016-08-24 19:47:34 +02:00
./2configs
2016-02-15 16:27:11 +01:00
./3modules
2016-02-17 15:01:59 +01:00
./5pkgs
2016-02-15 16:27:11 +01:00
];
}