From 7b19983a8236bd684bb49111b3b839597e91ddc0 Mon Sep 17 00:00:00 2001
From: Crony Akatsuki <crony@cronyakatsuki.xyz>
Date: Fri, 31 Jan 2025 23:24:38 +0100
Subject: [PATCH] Install btop.

---
 hosts/nixos/home.nix | 2 ++
 1 file changed, 2 insertions(+)

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";