18 lines
212 B
Nix
18 lines
212 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
unzip
|
|
ripgrep
|
|
wget
|
|
libva
|
|
qt5ct
|
|
stow
|
|
blueman
|
|
gcc
|
|
peaclock
|
|
alejandra
|
|
libnotify
|
|
xdg_utils
|
|
tldr
|
|
];
|
|
}
|