carbon: script control external monitor control

This commit is contained in:
Primrose 2024-08-06 14:45:22 +02:00
parent 11a5b54398
commit f759789fcc
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
6 changed files with 36 additions and 8 deletions

View file

@ -39,14 +39,8 @@
posy-cursor = pkgs-stable.callPackage ./posy-cursor.nix { };
nd = pkgs-stable.writeShellApplication {
name = "nd";
runtimeInputs = [
pkgs-stable.nix-output-monitor
pkgs-stable.nvd
];
text = builtins.readFile ./nd.sh;
};
nd = pkgs-stable.callPackage ./nd { };
xbrightness = pkgs-stable.callPackage ./xbrightness.nix { };
};
};
}