index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
services
/
steam
/
default.nix
blob: 2efa54e263e45d75d5867b4bbc781bc03cf34975 (
plain
) (
blame
)
1
2
3
4
5
6
# vim: ts=2
{
lib
,
...
}:
{
programs
.
steam
=
{
enable
=
true
;
};
}