update hyprland
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -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"
|
||||
|
||||
@@ -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; [
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user