diff --git a/flake.lock b/flake.lock index eeeaa1b..a985b7d 100644 --- a/flake.lock +++ b/flake.lock @@ -558,11 +558,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1722952339, - "narHash": "sha256-XUptBZwjC6pvOA5jojMUGrvYV+qGUyepRcL7q9sphVc=", + "lastModified": 1723110881, + "narHash": "sha256-VqQuxeai86PP/Vh1r6AqOi2pPllqBi68HVJKEk72Z0E=", "ref": "refs/heads/main", - "rev": "640d1618519d42dd592f7af5e9984ad52eb8b820", - "revCount": 5053, + "rev": "83a334f97df4389ca30cb63e50317a66a82562b9", + "revCount": 5070, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" diff --git a/home-manager/zsh/default.nix b/home-manager/zsh/default.nix index 9b2575a..909d1ad 100644 --- a/home-manager/zsh/default.nix +++ b/home-manager/zsh/default.nix @@ -21,8 +21,8 @@ updateOffline = "sudo nixos-rebuild switch --option substitute false"; goto = "cd $(find ~/projects -maxdepth 2 -type d | ${pkgs.fzf}/bin/fzf)"; dev = "nix-shell --run zsh"; - rm = "trash put"; - cat = "bat -P --style plain"; + rmt = "trash put"; + bat = "bat -P --style plain"; cdf = "cd $(fd --type d --exclude node_modules --exclude bin --exclude target --exclude .cache . | fzf)"; }; #plugins = with pkgs; [ diff --git a/overlays.nix b/overlays.nix index c133e6b..82f9585 100644 --- a/overlays.nix +++ b/overlays.nix @@ -14,14 +14,6 @@ waybar = prev.waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; }); - egl-wayland = prev.egl-wayland.overrideAttrs (oldAttrs: { - src = prev.fetchFromGitHub { - owner = "Nvidia"; - repo = "egl-wayland"; - rev = "c439cd596fb7eadae69012eaba013c39b2377771"; - hash = "sha256-+J2BTxY9c1EUOwUzLxomROM2raRwVCKXE2xq0jsDgLE="; - }; - }); hyprland = inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland; xdg-desktop-portal-hyprland =