diff --git a/configs/flameshot-once.nix b/configs/flameshot-once.nix index 6e236ae..cf15efd 100644 --- a/configs/flameshot-once.nix +++ b/configs/flameshot-once.nix @@ -1,15 +1,9 @@ { lib, pkgs, ... }: let inherit (import ) defaultApplications; - flameshot-once = pkgs.callPackage {}; + flameshot-once = + pkgs.callPackage {}; in { - nixpkgs.overlays = [ - (self: super: { - write = - super.callPackage { }; - }) - ]; - environment.systemPackages = [ (flameshot-once.override { config = {