Use htop-vim

This commit is contained in:
Paul-Henri Froidmont 2024-02-25 17:56:09 +01:00
parent e3d0a6ef5e
commit fde51d0902
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
3 changed files with 14 additions and 17 deletions

View file

@ -67,7 +67,7 @@
networking.firewall.allowedTCPPorts = [ 53 ];
networking.firewall.allowedUDPPorts = [ 53 ];
environment.systemPackages = with pkgs; [ vim htop ];
environment.systemPackages = with pkgs; [ vim htop-vim ];
system.stateVersion = "22.05";
}