dotfiles/modules/cli.nix
Parker TenBroeck 0a62ab530d initial
2026-05-22 22:12:31 -04:00

16 lines
No EOL
211 B
Nix

{ pkgs, ...}: {
imports = [
./editors
];
home-manager.users.may.home.packages = with pkgs; [
neofetch
wget
tmux
file
btop
screen
ranger # file manager
ripgrep
];
}