tools: add scrcpy
This commit is contained in:
parent
f9958ab4f7
commit
34dbb54d6c
2 changed files with 6 additions and 0 deletions
|
|
@ -10,5 +10,6 @@
|
||||||
./ookbrightness.nix
|
./ookbrightness.nix
|
||||||
./zellijMenu.nix
|
./zellijMenu.nix
|
||||||
./nemo.nix
|
./nemo.nix
|
||||||
|
./qtscrcpy.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
modules/home/workstation/tools/qtscrcpy.nix
Normal file
5
modules/home/workstation/tools/qtscrcpy.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.scrcpy
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue