custom-pkgs: remove flameshot package
This commit is contained in:
@@ -1 +0,0 @@
|
||||
{ util, ... }: util.package { }
|
||||
@@ -1,6 +0,0 @@
|
||||
{ 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