Enable btop
for all the hosts using ccr
This commit is contained in:
parent
f3c4320fa3
commit
a3f2e4b3d4
2 changed files with 7 additions and 1 deletions
6
hmModules/btop/default.nix
Normal file
6
hmModules/btop/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings.update_ms = 100;
|
||||
};
|
||||
}
|
|
@ -71,7 +71,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
# FIXME shouldn't set these groups by default
|
||||
ccr.extraGroups = ["wheel" "fuse" "video" "dialout" "systemd-journal" "camera"];
|
||||
ccr.modules = ["shell" "git" "nix-index"];
|
||||
ccr.modules = ["shell" "git" "nix-index" "btop"];
|
||||
|
||||
backup.paths = cfg.backupPaths;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue