Init
This commit is contained in:
19
nixos/packages.nix
Normal file
19
nixos/packages.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
curl
|
||||
wget
|
||||
htop
|
||||
neovim
|
||||
tmux
|
||||
ripgrep
|
||||
fd
|
||||
bat
|
||||
eza
|
||||
fzf
|
||||
tree
|
||||
fish
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user