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