htop
This commit is contained in:
parent
f7dcb26f9a
commit
24ca18c18e
2 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
./modules/comin.nix
|
||||
./modules/podman.nix
|
||||
./modules/minecraft.nix
|
||||
./modules/htop.nix
|
||||
|
||||
inputs.comin.nixosModules.comin
|
||||
inputs.flux.nixosModules.default
|
||||
|
|
|
|||
4
modules/htop.nix
Normal file
4
modules/htop.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.htop.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue