Base
This commit is contained in:
parent
16b0932702
commit
b06850dfc0
3 changed files with 28 additions and 21 deletions
27
base/default.nix
Normal file
27
base/default.nix
Normal 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;
|
||||
}
|
|
@ -1,36 +1,15 @@
|
|||
{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;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
} @ args: {
|
||||
|
||||
imports = [
|
||||
../base
|
||||
./common.nix
|
||||
./compat.nix
|
||||
./i18n.nix
|
||||
|
|
Loading…
Reference in a new issue