feat: Added ddcbacklight for linux

This commit is contained in:
uttarayan21
2025-01-04 03:48:32 +05:30
parent 73effa01b5
commit 77fe7cc116
4 changed files with 201 additions and 63 deletions

View File

@@ -139,6 +139,10 @@
url = "github:uttarayan21/tmux-float";
inputs.nixpkgs.follows = "nixpkgs";
};
ddcbacklight = {
url = "github:uttarayan21/ddcbacklight";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {