diff options
author | stuebinm | 2023-03-02 02:26:49 +0100 |
---|---|---|
committer | stuebinm | 2023-03-02 02:27:53 +0100 |
commit | 07b50c4007701e016100eef59a500ec13f7b38fa (patch) | |
tree | 277bef4985677ae263fb6e31810189aaf08d5bfb /home | |
parent | 93a3059cd625d147a72e395a155990edbabf6990 (diff) |
home: sfz has been in nixpkgs for a while
why am i still building it myself all the time?
Diffstat (limited to '')
-rw-r--r-- | home/packages-minimal.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/home/packages-minimal.nix b/home/packages-minimal.nix index 6ba1c4d..514ae41 100644 --- a/home/packages-minimal.nix +++ b/home/packages-minimal.nix @@ -1,11 +1,5 @@ { config, lib, pkgs, inputs, system, ... }: -let - naersk = pkgs.callPackage inputs.naersk {}; - extras = { - sfz = naersk.buildPackage inputs.sfz; - }; -in { home.packages = with pkgs; [ emacs-all-the-icons-fonts @@ -21,7 +15,7 @@ in tree dnsutils inetutils pijul bat age libsecret gping bottom dogdns cifs-utils jekyll fzf ripgrep fd bandwhich exa dive ripgrep python39Packages.isort shellcheck graphviz - zip unzip acpi extras.sfz viu + zip unzip acpi sfz viu yt-dlp weechat hexyl bottom lm_sensors usbutils # git |