summaryrefslogtreecommitdiff
path: root/archetypes/collections
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-15 19:26:17 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-15 19:26:17 -0500
commit98b4450d60aed3d94e1e05607e2941a90597b1c4 (patch)
treec8c0a6c23998a598b518d1fbaf6ea8e0d638bb52 /archetypes/collections
parent0e6ce57a67f7158e27be3332b715466960ba0b99 (diff)
downloadnixos-98b4450d60aed3d94e1e05607e2941a90597b1c4.tar.xz
nixos-98b4450d60aed3d94e1e05607e2941a90597b1c4.zip
replace light with brightnessctl
Diffstat (limited to 'archetypes/collections')
-rw-r--r--archetypes/collections/utilities.nix2
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