index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home
/
conf
/
btop
/
default.nix
blob: 06b56ea7fdd311218902d8b8069d2a5c4db5687c (
plain
) (
tree
)
64f4e488
^
3993621f
^
64f4e488
^
1
2
3
4
5
{
config
,
...
}:
{
programs
.
btop
=
{
enable
=
true
;
};
}