nixos-config/config/packages.nix

29 lines
331 B
Nix
Raw Normal View History

2022-01-06 21:14:02 -05:00
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
ffmpeg
jq
git
wget
libnotify
ripgrep
unzip
tldr
pandoc
pamixer
screenfetch
gcc
rustup
idris2
wob
grim
slurp
imv
];
programs.sway.enable = true;
programs.sway.extraPackages = [];
}