From ef087add397be19d79f8dfd7782e9d20690ebc44 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 11 May 2022 14:12:15 +0200 Subject: [PATCH] Fix typo in systempackages name --- machines/stel-xps/software.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/stel-xps/software.nix b/machines/stel-xps/software.nix index ac507db..9a6e661 100644 --- a/machines/stel-xps/software.nix +++ b/machines/stel-xps/software.nix @@ -1,6 +1,6 @@ { config, pkgs, ...}: { - environment.systempackages = with pkgs; [ + environment.systemPackages = with pkgs; [ brightnessctl ];