14 lines
204 B
Nix
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
|
|
];
|
|
}
|