commit | 7f73e7674368072cd5dc0cf57d7251e9514011c4 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <coded@clicks.codes> | Sat Mar 23 20:22:14 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Sun Mar 24 01:39:38 2024 +0000 |
tree | a46e00a0655737a9303296722e0dfb9e384b7742 | |
parent | 6370e6d7d308cc8d88c0ccfcac4db428a3416a6a [diff] |
shorthair: Add ddccontrol service Change-Id: If3548af3c7cfd414bbfc9b5f042aeb9627326b1c Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/572 Tested-by: Samuel Shuert <coded@clicks.codes> Reviewed-by: Skyler Grey <minion@clicks.codes>
diff --git a/systems/x86_64-linux/shorthair/backlight/default.nix b/systems/x86_64-linux/shorthair/backlight/default.nix new file mode 100644 index 0000000..186a5aa --- /dev/null +++ b/systems/x86_64-linux/shorthair/backlight/default.nix
@@ -0,0 +1,3 @@ +{ + services.ddccontrol.enable = true; +} \ No newline at end of file
diff --git a/systems/x86_64-linux/shorthair/default.nix b/systems/x86_64-linux/shorthair/default.nix index a0106ab..ddf78e2 100644 --- a/systems/x86_64-linux/shorthair/default.nix +++ b/systems/x86_64-linux/shorthair/default.nix
@@ -1,6 +1,7 @@ { ... }: { imports = [ + ./backlight ./console ./games ./hardware/boot