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
/
btop
/
default.nix
blob: 497ea773df8c63eb2e62f28e1760f500ecdb777f (
plain
) (
blame
)
1
2
3
4
5
{
config
,
...
}:
{
programs
.
btop
=
{
enable
=
true
;
};
}