21 lines
294 B
Nix
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
|
|
];
|
|
}
|