feat: Update ddcbacklight package

This commit is contained in:
uttarayan21
2025-02-09 18:43:41 +05:30
parent ad29aff7aa
commit 8440ae622f
3 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -349,11 +349,11 @@
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_3"
}, },
"locked": { "locked": {
"lastModified": 1738965328, "lastModified": 1739106638,
"narHash": "sha256-mSIYcFux8aAYOZvqiIYGfUmuGmi4xKp/r+Tzhu4J54U=", "narHash": "sha256-ksOqVRo/7L6/1YtfjDuYFfzHq3Y1iL7ZZQgoMo6HV/A=",
"owner": "uttarayan21", "owner": "uttarayan21",
"repo": "ddcbacklight", "repo": "ddcbacklight",
"rev": "4f28e57c3a7ebe261e54a3f570a052f00975b54e", "rev": "1de1ac3bd0526138a2239b105386b9cf91d1a929",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -28,7 +28,6 @@ lib.attrsets.optionalAttrs device.hasGui {
(mpv-unwrapped.wrapper {mpv = mpv-unwrapped.override {sixelSupport = true;};}) (mpv-unwrapped.wrapper {mpv = mpv-unwrapped.override {sixelSupport = true;};})
abaddon abaddon
ferdium ferdium
gparted
jdk jdk
mullvad-closest mullvad-closest
mullvad-vpn mullvad-vpn

View File

@@ -247,6 +247,7 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
systemPackages = with pkgs; [ systemPackages = with pkgs; [
gparted
nvtopPackages.nvidia nvtopPackages.nvidia
quickemu quickemu
(nixvim.makeNixvim (import ../../neovim)) (nixvim.makeNixvim (import ../../neovim))