nixos-config/modules/packages.nix
2023-08-08 19:32:15 +02:00

13 lines
195 B
Nix

{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
brightnessctl
git
jq
neofetch
ripgrep # rg in home/hyprland.nix
tree
wget
wl-clipboard
];
}