update hyprland

This commit is contained in:
Kopatz
2024-08-08 19:54:44 +02:00
parent c7a6979fb3
commit 6b37737163
3 changed files with 6 additions and 14 deletions

8
flake.lock generated
View File

@@ -558,11 +558,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1722952339, "lastModified": 1723110881,
"narHash": "sha256-XUptBZwjC6pvOA5jojMUGrvYV+qGUyepRcL7q9sphVc=", "narHash": "sha256-VqQuxeai86PP/Vh1r6AqOi2pPllqBi68HVJKEk72Z0E=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "640d1618519d42dd592f7af5e9984ad52eb8b820", "rev": "83a334f97df4389ca30cb63e50317a66a82562b9",
"revCount": 5053, "revCount": 5070,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"

View File

@@ -21,8 +21,8 @@
updateOffline = "sudo nixos-rebuild switch --option substitute false"; updateOffline = "sudo nixos-rebuild switch --option substitute false";
goto = "cd $(find ~/projects -maxdepth 2 -type d | ${pkgs.fzf}/bin/fzf)"; goto = "cd $(find ~/projects -maxdepth 2 -type d | ${pkgs.fzf}/bin/fzf)";
dev = "nix-shell --run zsh"; dev = "nix-shell --run zsh";
rm = "trash put"; rmt = "trash put";
cat = "bat -P --style plain"; bat = "bat -P --style plain";
cdf = "cd $(fd --type d --exclude node_modules --exclude bin --exclude target --exclude .cache . | fzf)"; cdf = "cd $(fd --type d --exclude node_modules --exclude bin --exclude target --exclude .cache . | fzf)";
}; };
#plugins = with pkgs; [ #plugins = with pkgs; [

View File

@@ -14,14 +14,6 @@
waybar = prev.waybar.overrideAttrs (oldAttrs: { waybar = prev.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; 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 = hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland; inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
xdg-desktop-portal-hyprland = xdg-desktop-portal-hyprland =