index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
ebisu
/
fortune
/
system
/
virtualisation
/
default.nix
blob: 8465b37b314b60d8217ab0b28a08f1f173a670b4 (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
imports
=
[
./docker.nix
];
home
.
packages
=
[
pkgs
.
bottles
];
}