commit 9add18914d44a4d185d5a71c54a228adebb4e32c parent 305f7e5d0745db8d7bb7796bce767851dc8769a5 Author: William Casarin <jb55@jb55.com> Date: Wed, 21 Apr 2021 15:52:24 -0700 desktop/bin: dasht Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | nix-config/environment/desktop/default.nix | | | 1 | + |
M | nix-config/nixpkgs/config.nix | | | 9 | --------- |
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/nix-config/environment/desktop/default.nix b/nix-config/environment/desktop/default.nix @@ -38,6 +38,7 @@ let gtk2rc = pkgs.writeText "gtk2rc" '' colorpicker dmenu dragon-drop + dasht dunst dynamic-colors feh diff --git a/nix-config/nixpkgs/config.nix b/nix-config/nixpkgs/config.nix @@ -76,15 +76,6 @@ in { wine = super.wineWowPackages.staging; - dasht = super.lib.overrideDerivation super.dasht (attrs: { - src = pkgs.fetchFromGitHub { - owner = "sunaku"; - repo = "dasht"; - sha256 = "1i4gc68aypa0fk94ssy2gzakcn2qlmp9qf427km6fxbjx15qsbjn"; - rev = "issue-45"; - }; - }); - phonectl = super.python3Packages.callPackage (import (super.fetchFromGitHub { owner = "jb55"; repo = "phonectl";