mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 08:10:42 +00:00
Add brightness script
This commit is contained in:
parent
98f1ed0089
commit
0f4d3f1e05
5 changed files with 178 additions and 1 deletions
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}:
|
||||
pkgs.writeShellScriptBin "brightness" ''
|
||||
${builtins.readFile ./brightness.sh}
|
||||
''
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue