Migrate packages
This commit is contained in:
21
pkgs/xwacomcalibrate/default.nix
Normal file
21
pkgs/xwacomcalibrate/default.nix
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
writeShellApplication,
|
||||
xf86_input_wacom,
|
||||
xorg,
|
||||
xdotool,
|
||||
bc,
|
||||
}:
|
||||
|
||||
writeShellApplication {
|
||||
name = "xwacomcalibrate";
|
||||
|
||||
runtimeInputs = [
|
||||
xf86_input_wacom
|
||||
xorg.xwininfo
|
||||
xorg.xrandr
|
||||
xdotool
|
||||
bc
|
||||
];
|
||||
|
||||
text = ./xwacomcalibrate.sh;
|
||||
}
|
Reference in New Issue
Block a user