1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

feat: get flameshot-once working

This commit is contained in:
Kierán Meinhardt
2020-06-02 23:02:21 +02:00
parent 884e50b8cd
commit 749fba4c7d
5 changed files with 42 additions and 8 deletions

View File

@@ -1,9 +1,6 @@
{ pkgs, lib, ... }:
let
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
{
imports = [
@@ -60,7 +57,6 @@ in
ffmpeg
imagemagick
scrot
flameshot-once
# ARCHIVE TOOLS
unzip
unrar