1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix typo in systempackages name

This commit is contained in:
Stefan Ellmauthaler 2022-05-11 14:12:15 +02:00
parent a27415749e
commit ef087add39
Failed to extract signature

View File

@ -1,6 +1,6 @@
{ config, pkgs, ...}:
{
environment.systempackages = with pkgs; [
environment.systemPackages = with pkgs; [
brightnessctl
];