nixos-config/desktop/common.nix

37 lines
451 B
Nix
Raw Normal View History

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