Simplifying

This commit is contained in:
2026-02-26 23:27:43 +00:00
parent eb5b621962
commit e847828109
13 changed files with 99 additions and 140 deletions

37
modules/packages.nix Normal file
View File

@@ -0,0 +1,37 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
bat
highlight
btop
eza
fzf
git
gnumake
neofetch
neovim
ripgrep
tldr
unzip
openssl
wget
zip
zoxide
jq
lazygit
lazysql
less
mlocate
tree
tmux
tmuxinator
wget
zenity
gum
yazi
rsync
p7zip
impala
];
}