diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-07-18 08:11:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-07-18 15:12:56 +0530 |
commit | 80b8038cf49e43ac20f17557a0edd0ab81b25837 (patch) | |
tree | e7c1866ec5956f39e0a3b0b36195c8f69dc379a7 /features/wayland.nix | |
parent | 981e50ae2d62e24ddf064aca4304be85caa6bba8 (diff) |
overlays: initial commit
Diffstat (limited to 'features/wayland.nix')
-rw-r--r-- | features/wayland.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/features/wayland.nix b/features/wayland.nix index b22bac7..dd068e7 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -31,15 +31,6 @@ let gsettings set $gnome_schema gtk-theme 'Dracula' ''; }; - - dwl-sinan = with pkgs; dwl.overrideAttrs (oldAttrs: { - name = "dwl-sinan"; - src = fetchgit { - url = "https://git.sinanmohd.com/dwl"; - rev = "f708547efb0b3afe4149f6eb7bcc685fc39f351a"; - sha256 = "04rb90hasicm4aj51403hjxyyszm87qiqz6phrjy3364vkqvrx3c"; - }; - }); in { # pkgs |