nixos-config/modules/packages.nix
2023-08-08 14:41:33 +02:00

14 lines
204 B
Nix

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