This commit is contained in:
John Locke 2024-03-10 00:51:46 -08:00
parent 16b0932702
commit b06850dfc0
3 changed files with 28 additions and 21 deletions

27
base/default.nix Normal file
View file

@ -0,0 +1,27 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
home-manager
vim
bat
btop
curl
dig
eza
git
htop
fd
fishPlugins.done
fishPlugins.fzf-fish
fishPlugins.forgit
fzf
lua
ripgrep
starship
tmux
wget
whois
];
programs.mtr.enable = true;
}

View file

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

View file

@ -5,6 +5,7 @@
} @ args: { } @ args: {
imports = [ imports = [
../base
./common.nix ./common.nix
./compat.nix ./compat.nix
./i18n.nix ./i18n.nix