No need to patch wofi

This commit is contained in:
Artemis Tosini 2021-08-17 18:57:49 +00:00
parent db33ecec05
commit cef21ab980
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -1,13 +1,4 @@
{ config, pkgs, ... }:
let
wofi = pkgs.wofi.overrideAttrs (old: {
src = pkgs.fetchhg {
url = old.src.url;
rev = "e3db9b8075e71399bba14a568c59032f47981dab";
sha256 = "07fr1yfls94gxpwv3azgzxm7shjs4g5ribvqrh88flpf4cv5hq2d";
};
});
in
{
imports = [ ./fonts.nix ];
security.polkit.enable = true;