1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

feat: add flameshot-once

This commit is contained in:
Kierán Meinhardt
2020-05-27 10:38:29 +02:00
parent 729b43237b
commit 4b25ff0b27

View File

@@ -1,6 +1,9 @@
{ pkgs, lib, ... }: { pkgs, lib, ... }:
let let
scripts = import <niveum/packages/scripts> { inherit pkgs lib; }; scripts = import <niveum/packages/scripts> { inherit pkgs lib; };
flameshot-once = pkgs.haskellPackages.callPackage <stockholm/krebs/5pkgs/haskell/flameshot-once.nix> {
blessings = pkgs.haskellPackages.callPackage <stockholm/krebs/5pkgs/haskell/blessings.nix> {};
};
in in
{ {
imports = [ imports = [
@@ -57,6 +60,7 @@ in
ffmpeg ffmpeg
imagemagick imagemagick
scrot scrot
flameshot-once
# ARCHIVE TOOLS # ARCHIVE TOOLS
unzip unzip
unrar unrar