mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00

Changelog: - Applied fixes for system apps with the latest `nixpkgs` update. - Updated `wezterm` to the latest Git version and refreshed its configuration. - Optimized Rust Cargo template. - Added several new Language Server Protocols (LSPs). - Introduced new Rust targets to the environment. - Added `pwgen`, `pwgen-secure`, and `git-secrets` packages. - Added `gcc`, `clang`, `lld`, `lldb`, and `musl` packages for compiling and debugging.
59 lines
710 B
Nix
59 lines
710 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
upx
|
|
git
|
|
lazygit
|
|
license-generator
|
|
git-ignore
|
|
gitleaks
|
|
git-secrets
|
|
pass-git-helper
|
|
just
|
|
xh
|
|
tgpt
|
|
# mcfly # terminal history
|
|
zellij
|
|
progress
|
|
noti
|
|
topgrade
|
|
ripgrep
|
|
rewrk
|
|
wrk2
|
|
procs
|
|
tealdeer
|
|
# skim #fzf better alternative in rust
|
|
monolith
|
|
aria
|
|
# macchina #neofetch alternative in rust
|
|
sd
|
|
ouch
|
|
duf
|
|
du-dust
|
|
fd
|
|
jq
|
|
gh
|
|
trash-cli
|
|
zoxide
|
|
tokei
|
|
fzf
|
|
bat
|
|
mdcat
|
|
pandoc
|
|
lsd
|
|
lsof
|
|
gping
|
|
viu
|
|
tre-command
|
|
felix-fm
|
|
chafa
|
|
|
|
cmatrix
|
|
pipes-rs
|
|
rsclock
|
|
cava
|
|
figlet
|
|
];
|
|
}
|