Files
dotfiles/nixos/essential.nix
2025-11-18 12:53:05 -08:00

71 lines
847 B
Nix

{ pkgs, ... }:
{
nixpkgs.config.allowBroken = true;
environment.systemPackages = with pkgs; [
automake
bazel
bento4
bind
binutils
cachix
cmake
dex
direnv
dpkg
efibootmgr
emacs
fd
ffmpeg
file
gawk
gcc
gdb
gh
git-fame
git-lfs
git-sync
gitFull
gnumake
gparted
home-manager
htop
inotify-tools
iotop
ispell
jq
just
lshw
lsof
magic-wormhole-rs
mesa-demos
ncdu
neofetch
neovim
nix-index
nix-search-cli
pass
patchelf
pciutils
pstree
pulseaudio
python-with-my-packages
rclone
rcm
ripgrep
runc
silver-searcher
skim
sshfs
sysz
tmux
tzupdate
udiskie
unzip
usbutils
wget
xkcdpass
yubikey-manager
];
}