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