index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
trash
/
default.nix
blob: a8c8785cdb80d3c3e1bd99519e90c6178c7794a0 (
plain
)
1
2
3
4
5
6
7
8
9
10
{
config
,
lib
,
pkgs
,
...
}:
{
imports
=
[
./steam
];
}