nixos-config/hosts/katana/system-pkgs.nix
2023-08-15 20:39:38 -04:00

33 lines
No EOL
658 B
Nix

{ modulesPath, config, pkgs, lib, self, ... }:
{
environment.systemPackages = with pkgs; [
nerdfonts
pkg-config
ripgrep
openssl
tree
unrar
unzip
gzip
p7zip
bzip2
dconf2nix
bat
exa
uutils-coreutils
htop
zsh
dig #dns lookup
rage #file encryption
age-plugin-yubikey #plugin for rage to manage yubi-2fa
sops #file based secrets operations
direnv #used for development environments
python39
gcc
bottom
felix-fm
gitui
swww
rofi
];
}