grimm-nixos-laptop/modules/system-packages.nix

23 lines
299 B
Nix

with import <nixpkgs> {};
{
environment.systemPackages = with pkgs; [
wget
xonsh
tree
git
file
kate
git-lfs
util-linux
btop
kitty
polkit-kde-agent
skanpage
cached-nix-shell
ffmpeg-full
imagemagick
(import ../scripts.nix)
];
}