From 4e791cba656b2dd54a4a586fa46a2fa9428ea1fc Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Sun, 27 Oct 2024 11:39:18 +0100 Subject: [PATCH] fix(home-utils): remove reference to the theme file --- home/utils/btop.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/utils/btop.nix b/home/utils/btop.nix index 18bb56d..5660bb9 100644 --- a/home/utils/btop.nix +++ b/home/utils/btop.nix @@ -1,7 +1,4 @@ { - # https://github.com/catppuccin/btop/blob/main/themes/catppuccin_mocha.theme - xdg.configFile."btop/themes".source = ./themes; - # replacement of htop/nmon programs.btop = { enable = true;