From e33472b99533fb6684ee6a84599c292ae4ad7151 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Wed, 16 Oct 2024 16:12:32 +0200 Subject: [PATCH] fix: remove unneeded link --- home/hyprland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 5c3063a..1f98c8d 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -108,7 +108,6 @@ bind = let alacritty = lib.getExe pkgs.alacritty; - chrome = lib.getExe pkgs.google-chrome; hyprshot = lib.getExe pkgs.hyprshot; wofi = lib.getExe pkgs.wofi; swaylock = lib.getExe pkgs.swaylock;