Skip to content

Commit

Permalink
Tidy home-manager modules and misc tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Oct 12, 2023
1 parent 1c2ba7c commit bbd80be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
5 changes: 3 additions & 2 deletions modules/home-manager/terminal_environment/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

../base.nix

./base.nix
./direnv.nix
./fzf.nix
./git.nix
Expand All @@ -18,6 +17,7 @@
./nix-index.nix
./nnn.nix
./pass.nix
./shell.nix
./tmux.nix
./zsh.nix
];
Expand All @@ -31,7 +31,7 @@
file
ffsend
hexdump
htop
htop-vim
ipcalc
jq
neofetch
Expand All @@ -47,6 +47,7 @@
sshfs
sshpass # Used for some sshuttle scripts
sshuttle
tcpdump
termdown
tomb
tree
Expand Down
14 changes: 1 addition & 13 deletions modules/nixos/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,12 @@

hardware.enableRedistributableFirmware = true;

# Inspection/diagnostic tools
environment.systemPackages = with pkgs; [
# Core tools
git
neovim

# Common inspection/diagnostic tools
acpi
bmon
dogdns
dua
htop
lm_sensors
progress
smartmontools
tcpdump
tree
];

programs.iftop.enable = true;

programs.zsh.enable = true;
Expand Down

0 comments on commit bbd80be

Please sign in to comment.