Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustXVI committed Dec 29, 2024
1 parent 81b29d7 commit af38f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions modules/system/cli-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
{
environment = {
systemPackages = with pkgs; [
entr
wget
usbutils
tree
file
zip
unzip
Expand Down
6 changes: 3 additions & 3 deletions modules/system/home-manager/shells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
enable = true;
extraPackages = with pkgs.bat-extras; [ batman batgrep ];
};
broot = {
enable = true;
};
btop = {
enable = true;
};
Expand Down Expand Up @@ -67,5 +64,8 @@
man = "batman";
grep = "batgrep";
};
packages = with pkgs; [
entr
];
};
}

0 comments on commit af38f07

Please sign in to comment.