mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
carbon: script control external monitor control
This commit is contained in:
parent
11a5b54398
commit
f759789fcc
6 changed files with 36 additions and 8 deletions
15
nix/custom/nd/default.nix
Normal file
15
nix/custom/nd/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
writeShellApplication,
|
||||
|
||||
nix-output-monitor,
|
||||
nvd,
|
||||
}:
|
||||
|
||||
writeShellApplication {
|
||||
name = "nd";
|
||||
runtimeInputs = [
|
||||
nix-output-monitor
|
||||
nvd
|
||||
];
|
||||
text = builtins.readFile ./nd.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue