nixos-config/desktop/common.nix
2024-03-10 00:44:38 -08:00

36 lines
451 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
home-manager
vim
firefox
bat
btop
byobu
curl
dig
eza
git
htop
fd
flameshot
fishPlugins.done
fishPlugins.fzf-fish
fishPlugins.forgit
fzf
google-chrome
lua
microsoft-edge
ripgrep
starship
terminator
thunderbird
tmux
vlc
wget
whois
zoom-us
];
programs.mtr.enable = true;
}