dotfiles/nixos/essential.nix

67 lines
800 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
git-fame
git-lfs
git-sync
gitFull
glxinfo
gnumake
gparted
home-manager
htop
inotify-tools
iotop
ispell
jq
just
lshw
lsof
magic-wormhole-rs
ncdu
neofetch
neovim
nix-index
nix-search-cli
pass
patchelf
pciutils
pstree
python-with-my-packages
rclone
rcm
ripgrep
silver-searcher
skim
sshfs
sysz
tmux
tzupdate
udiskie
unzip
usbutils
wget
yubikey-manager
];
}