summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-12-05 16:01:14 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2025-12-05 16:01:14 -0500
commitedb6623a6a39d1e11bb41eb695d7183e4873c026 (patch)
tree9034d58228a5a3badad90a6db34e31d7246828e5
parented9918f2cd8e9a8030c188af31d3de033a6da036 (diff)
fixed wpaperd
-rw-r--r--home-config/hypr/hyprland.conf6
-rw-r--r--home-config/nix-home-manager/flake.lock24
-rw-r--r--home-config/nix-home-manager/flake.nix3
3 files changed, 14 insertions, 19 deletions
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
17env = AQ_NO_MODIFIERS,1 17env = AQ_NO_MODIFIERS,1
18 18
19render { 19render {
20 explicit_sync = false
21 expand_undersized_textures = false 20 expand_undersized_textures = false
22} 21}
23 22
@@ -119,11 +118,6 @@ dwindle {
119# new_is_master = true 118# new_is_master = true
120#} 119#}
121 120
122gestures {
123 # See https://wiki.hyprland.org/Configuring/Variables/ for more
124 workspace_swipe = off
125}
126
127# Example per-device config 121# Example per-device config
128# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more 122# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
129device { 123device {
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 @@
838 }, 838 },
839 "nixpkgs_2": { 839 "nixpkgs_2": {
840 "locked": { 840 "locked": {
841 "lastModified": 1729256560, 841 "lastModified": 1764915887,
842 "narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=", 842 "narHash": "sha256-CeBCJ9BMsuzVgn8GVfuSRZ6xeau7szzG0Xn6O/OxP9M=",
843 "owner": "NixOS", 843 "owner": "NixOS",
844 "repo": "nixpkgs", 844 "repo": "nixpkgs",
845 "rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0", 845 "rev": "42e29df35be6ef54091d3a3b4e97056ce0a98ce8",
846 "type": "github" 846 "type": "github"
847 }, 847 },
848 "original": { 848 "original": {
849 "owner": "NixOS", 849 "owner": "NixOS",
850 "ref": "nixos-unstable", 850 "ref": "nixpkgs-unstable",
851 "repo": "nixpkgs", 851 "repo": "nixpkgs",
852 "type": "github" 852 "type": "github"
853 } 853 }
@@ -892,22 +892,20 @@
892 }, 892 },
893 "rust-overlay": { 893 "rust-overlay": {
894 "inputs": { 894 "inputs": {
895 "nixpkgs": [ 895 "nixpkgs": "nixpkgs_2"
896 "wpaperd",
897 "nixpkgs"
898 ]
899 }, 896 },
900 "locked": { 897 "locked": {
901 "lastModified": 1729391507, 898 "lastModified": 1764902447,
902 "narHash": "sha256-as0I9xieJUHf7kiK2a9znDsVZQTFWhM1pLivII43Gi0=", 899 "narHash": "sha256-wNqkDBj+tjK619sTHPEA7uhjr7DHHEY8OsFou31dxy0=",
903 "owner": "oxalica", 900 "owner": "oxalica",
904 "repo": "rust-overlay", 901 "repo": "rust-overlay",
905 "rev": "784981a9feeba406de38c1c9a3decf966d853cca", 902 "rev": "d914a744a83098eeb28125d2848ad383b209223f",
906 "type": "github" 903 "type": "github"
907 }, 904 },
908 "original": { 905 "original": {
909 "owner": "oxalica", 906 "owner": "oxalica",
910 "repo": "rust-overlay", 907 "repo": "rust-overlay",
908 "rev": "d914a744a83098eeb28125d2848ad383b209223f",
911 "type": "github" 909 "type": "github"
912 } 910 }
913 }, 911 },
@@ -988,7 +986,9 @@
988 }, 986 },
989 "wpaperd": { 987 "wpaperd": {
990 "inputs": { 988 "inputs": {
991 "nixpkgs": "nixpkgs_2", 989 "nixpkgs": [
990 "nixpkgs"
991 ],
992 "rust-overlay": "rust-overlay", 992 "rust-overlay": "rust-overlay",
993 "systems": "systems_5" 993 "systems": "systems_5"
994 }, 994 },
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 @@
27 }; 27 };
28 wpaperd = { 28 wpaperd = {
29 url = "github:danyspin97/wpaperd/087a1edb5afd78434806f2f185755d0ced7f26ab"; 29 url = "github:danyspin97/wpaperd/087a1edb5afd78434806f2f185755d0ced7f26ab";
30 #inputs.nixpkgs.follows = "nixpkgs"; 30 inputs.nixpkgs.follows = "nixpkgs";
31 inputs.rust-overlay.url = "github:oxalica/rust-overlay/d914a744a83098eeb28125d2848ad383b209223f";
31 }; 32 };
32 mozff = { 33 mozff = {
33 url = "github:nix-community/flake-firefox-nightly/3391372604cd3def19e6df88a51f1882aabcd59f"; 34 url = "github:nix-community/flake-firefox-nightly/3391372604cd3def19e6df88a51f1882aabcd59f";