1
0
Fork 0
mirror of https://github.com/ItsDrike/nixdots synced 2025-02-23 16:59:01 +00:00
nixdots/home/programs/graphical/wms/hyprland/packages/brightness/default.nix

5 lines
102 B
Nix
Raw Normal View History

2024-06-10 14:32:51 +02:00
{pkgs, ...}:
pkgs.writeShellScriptBin "brightness" ''
${builtins.readFile ./brightness.sh}
''