brightness script

This commit is contained in:
2025-03-06 20:36:40 +00:00
parent 95158c40ab
commit 9a2053ff3d
3 changed files with 61 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ let
inherit (config.mj) username;
firefox =
if (pkgs.stdenv.hostPlatform.system == "x86_64-linux") then pkgs.firefox-bin else pkgs.firefox;
brightness = pkgs.writeShellApplication {
name = "brightness";
text = builtins.readFile ./brightness;
};
in
{
imports = [ ../dev ];
@@ -134,6 +138,7 @@ in
# packages defined here
nicer
tmuxbash
brightness
f3 # flight-flash-fraud
iw