add wayland crosshair thing
This commit is contained in:
parent
ef0d4ee223
commit
f9a2243893
3 changed files with 88 additions and 8 deletions
|
@ -156,6 +156,12 @@
|
|||
prismlauncher
|
||||
inputs.sobercookie.packages.${pkgs.system}.default
|
||||
self.packages.${pkgs.system}.krunker
|
||||
(writeScriptBin "crosshair-overlay" ''
|
||||
${lib.getExe bubblewrap} \
|
||||
--ro-bind / / \
|
||||
--chdir "$XDG_PICTURES_DIR" \
|
||||
-- ${inputs.crosshair-overlay.packages.${pkgs.system}.default}/bin/crosshair-overlay $@
|
||||
'')
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue