Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
c7a1e2fbb55e7d0f35a56bbb5eee84ed9cfb190b
/
.
/
.history
/
src
/
apps
/
personal
/
steam_20220304212206.nix
blob: df83b7b72875956e61ddb446bf9c57e1c5bbf695 [
file
] [
log
] [
blame
]
{
config
,
pkgs
,
nixpkgs
}:
let
variables
=
import
./
common
/
variables
.
nix
;
in
{
home
.
packages
=
with
pkgs
;
[
steam
-
run
];
# Use *only* for packages that need no configuration;
# other packages should go in ./apps/personal/
}