fixed wpaperd

edb6623a6a39… · Ryan Schanzenbacher ·

parent ed9918f2cd8e… diff

Changed files

diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf
index 28d8aee..e354349 100644
--- a/home-config/hypr/hyprland.conf
+++ b/home-config/hypr/hyprland.conf
@@ -17,7 +17,6 @@ env = XCURSOR_SIZE,24
env = AQ_NO_MODIFIERS,1
render {
- explicit_sync = false
expand_undersized_textures = false
}
@@ -119,11 +118,6 @@ dwindle {
# new_is_master = true
#}
-gestures {
- # See https://wiki.hyprland.org/Configuring/Variables/ for more
- workspace_swipe = off
-}
-
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
device {
diff --git a/home-config/nix-home-manager/flake.lock b/home-config/nix-home-manager/flake.lock
index 88a0f49..92ba786 100644
--- a/home-config/nix-home-manager/flake.lock
+++ b/home-config/nix-home-manager/flake.lock
@@ -838,16 +838,16 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1729256560,
- "narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=",
+ "lastModified": 1764915887,
+ "narHash": "sha256-CeBCJ9BMsuzVgn8GVfuSRZ6xeau7szzG0Xn6O/OxP9M=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0",
+ "rev": "42e29df35be6ef54091d3a3b4e97056ce0a98ce8",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-unstable",
+ "ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
@@ -892,22 +892,20 @@
},
"rust-overlay": {
"inputs": {
- "nixpkgs": [
- "wpaperd",
- "nixpkgs"
- ]
+ "nixpkgs": "nixpkgs_2"
},
"locked": {
- "lastModified": 1729391507,
- "narHash": "sha256-as0I9xieJUHf7kiK2a9znDsVZQTFWhM1pLivII43Gi0=",
+ "lastModified": 1764902447,
+ "narHash": "sha256-wNqkDBj+tjK619sTHPEA7uhjr7DHHEY8OsFou31dxy0=",
"owner": "oxalica",
"repo": "rust-overlay",
- "rev": "784981a9feeba406de38c1c9a3decf966d853cca",
+ "rev": "d914a744a83098eeb28125d2848ad383b209223f",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
+ "rev": "d914a744a83098eeb28125d2848ad383b209223f",
"type": "github"
}
},
@@ -988,7 +986,9 @@
},
"wpaperd": {
"inputs": {
- "nixpkgs": "nixpkgs_2",
+ "nixpkgs": [
+ "nixpkgs"
+ ],
"rust-overlay": "rust-overlay",
"systems": "systems_5"
},
diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix
index cae89be..b04e228 100644
--- a/home-config/nix-home-manager/flake.nix
+++ b/home-config/nix-home-manager/flake.nix
@@ -27,7 +27,8 @@
};
wpaperd = {
url = "github:danyspin97/wpaperd/087a1edb5afd78434806f2f185755d0ced7f26ab";
- #inputs.nixpkgs.follows = "nixpkgs";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.rust-overlay.url = "github:oxalica/rust-overlay/d914a744a83098eeb28125d2848ad383b209223f";
};
mozff = {
url = "github:nix-community/flake-firefox-nightly/3391372604cd3def19e6df88a51f1882aabcd59f";