Skip to content

Commit

Permalink
feat(pkgs): remove btop
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 16, 2024
1 parent 4206276 commit 332cea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions modules/top.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
{ pkgs, config, ... }: {
xdg.configFile."btop/themes/catppuccin_mocha.theme" = {
source = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/catppuccin/btop/main/themes/catppuccin_mocha.theme";
sha256 = "TeaxAadm04h4c55aXYUdzHtFc7pb12e0wQmCjSymuug=";
};
};
programs.btop = {
enable = true;
settings = {
color_theme = "catppuccin_mocha";
theme_background = false;
};
};
{ config, ... }: {
programs.htop = {
enable = true;
settings = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/bins/bin/icons
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
switch $argv[1]
case ack fd find fzf grep rg
echo
case atop htop top btop
case atop htop top
echo
case bash fish zsh sh ash
echo
Expand Down

0 comments on commit 332cea3

Please sign in to comment.