add home manager configs
This commit is contained in:
6
radish/home/custom-pkgs/flameshot/package.nix
Normal file
6
radish/home/custom-pkgs/flameshot/package.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
pkgs.writeShellScriptBin "flameshot" ''
|
||||
export XDG_SESSION_TYPE= QT_QPA_PLATFORM=wayland
|
||||
nohup ${pkgs.flameshot}/bin/flameshot >& /dev/null &
|
||||
${pkgs.flameshot}/bin/flameshot "$@"
|
||||
''
|
||||
Reference in New Issue
Block a user