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
/
home-manager
/
config
/
mpv
/
default.nix
blob: 63e361176f8d1826610f5c8216e72aae54392524 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
{
config
,
pkgs
,
...
}:
{
programs
.
mpv
=
{
enable
=
true
;
# TODO add config
};
}