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

23 lines
299 B
Nix
Raw Normal View History

2023-11-28 23:24:43 +01:00
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)
];
}