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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue