nixos-config/modules/packages.nix
2023-08-11 16:10:47 +02:00

21 lines
294 B
Nix

{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
brightnessctl
dig
file
git
jq
mediainfo
neofetch
networkmanagerapplet
p7zip
pqiv
python3
ripgrep # rg in home/hyprland.nix
tree
wget
wlogout
wl-clipboard
];
}