Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
f41070242322d28f982e601b1f5e4b47914798dc
/
.
/
.history
/
src
/
apps
/
personal
/
steam_20220304212205.nix
blob: 020cd0cc8053d3de1229e5e5ce97f6070c7feae2 [
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/
}