Files
nixos/system/modules/packages.nix

46 lines
760 B
Nix
Raw Normal View History

2026-02-22 19:54:17 +00:00
{ config, pkgs, ... }:
{
2026-02-22 22:11:15 +00:00
environment.systemPackages = with pkgs; [
bat
highlight
btop
eza
fzf
git
gnumake
lm_sensors
libsForQt5.qt5.qtquickcontrols2
libsForQt5.qt5.qtgraphicaleffects
libsForQt5.qt5.qtsvg
go-task
neofetch
neovim
ripgrep
tldr
unzip
openssl
openssl.dev
pkg-config
wget
xfce.thunar
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
zip
zoxide
jq
lazygit
lazysql
less
mlocate
tree
tmux
tmuxinator
wget
zenity
yazi
rsync
p7zip
];
2026-02-22 19:54:17 +00:00
}