diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 9fc1a5f..57e84ab 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -113,6 +113,8 @@ ignores = ["~/Documents/Share" ".git"]; }; + programs.btop.enable = true; + # Default environmental variables home.sessionVariables = { EDITOR = "nvim";