custom-pkgs: remove flameshot package

This commit is contained in:
Joakim Repomaa
2026-02-09 15:11:14 +02:00
parent a1325b49c1
commit ffbe877dff
2 changed files with 0 additions and 7 deletions

View File

@@ -1 +0,0 @@
{ util, ... }: util.package { }

View File

@@ -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 "$@"
''