diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-15 19:26:17 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-15 19:26:17 -0500 |
| commit | 98b4450d60aed3d94e1e05607e2941a90597b1c4 (patch) | |
| tree | c8c0a6c23998a598b518d1fbaf6ea8e0d638bb52 /archetypes | |
| parent | 0e6ce57a67f7158e27be3332b715466960ba0b99 (diff) | |
| download | nixos-98b4450d60aed3d94e1e05607e2941a90597b1c4.tar.xz nixos-98b4450d60aed3d94e1e05607e2941a90597b1c4.zip | |
replace light with brightnessctl
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/collections/utilities.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/collections/utilities.nix b/archetypes/collections/utilities.nix index 1597d75..ca35c49 100644 --- a/archetypes/collections/utilities.nix +++ b/archetypes/collections/utilities.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ R + brightnessctl dash # TODO should be default /bin/sh entr fastfetch @@ -8,7 +9,6 @@ htop jq killall - #light # TODO find replacement lm_sensors mediainfo nmap |
