diff --git a/home/config/nixpkgs/home.nix b/home/config/nixpkgs/home.nix index 7aeaeab..dc0ae54 100644 --- a/home/config/nixpkgs/home.nix +++ b/home/config/nixpkgs/home.nix @@ -52,6 +52,7 @@ profileExtra = '' if [ $(hostname) = 'stel-xps' ]; then autorandr -c + brightnessctl s 50% fi ''; };