index
:
dotfiles
master
The Aargh Files
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
games
/
minecraft.nix
blob: 594f8bddd05ceaebe5c7f1d04452ac898dfc06f3 (
plain
)
1
2
3
4
5
6
{
config
,
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
prismlauncher
];
}