summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/wayland.nix18
1 files changed, 10 insertions, 8 deletions
diff --git a/features/wayland.nix b/features/wayland.nix
index bf7701f..9347f1c 100644
--- a/features/wayland.nix
+++ b/features/wayland.nix
@@ -32,18 +32,20 @@ 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 = "2edd9f1448d4d8641c3cff3b0112694d2636241c";
+ sha256 = "1wns3g7r7g5gcc8vcrffrvvx1cfp33myb80l0p6pv6qaflvb5i0a";
+ };
+ });
in
{
# pkgs
environment.systemPackages = with pkgs; [
- (dwl.overrideAttrs (oldAttrs: {
- name = "dwl@git.sinanmohd.com";
- src = fetchgit {
- url = "https://git.sinanmohd.com/dwl";
- rev = "2edd9f1448d4d8641c3cff3b0112694d2636241c";
- sha256 = "1wns3g7r7g5gcc8vcrffrvvx1cfp33myb80l0p6pv6qaflvb5i0a";
- };
- }))
+ dwl-sinan
zathura
pinentry-gnome
mpv