Added Brightnessctl

This commit is contained in:
2025-09-06 01:07:46 +02:00
parent 82a87c6e15
commit 4f448dd0ff
6 changed files with 22 additions and 135 deletions

View File

@@ -93,7 +93,7 @@
};
};
# System Builder
# System Builder for NixOS
mkSystem =
{
hostname,
@@ -165,9 +165,10 @@
hp15-n028sg = mkSystem {
hostname = "hp15-n028sg";
username = "phil";
monitorSetup = "dual";
monitorSetup = "single";
};
};
};
}