index
:
nixos-config
master
Configuration for NixOS using flakes and home-manager
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
home
/
desktop
/
games.nix
blob: eb0bc4a1a5f9914831ae5028323aa9aa3887e9a6 (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
,
...
}:
{
home
.
packages =
with
pkgs
;
[
protonup-qt steam-run
];
}