diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 21c03949..6a3a5cc4 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -67,4 +67,10 @@ fetchpatch: [ url = "https://git.uninsane.org/colin/nixpkgs/commit/7e6a47b3904f5d8f2a37c35ff2d12772524727a9.diff"; sha256 = "sha256-OcqDIoBcphGZfeeOzaS7Ip1khocpkYrpG6tMGExa3S4="; }) + + # phosh-mobile-settings: init at 0.21.1 + (fetchpatch { + url = "https://git.uninsane.org/colin/nixpkgs/commit/002e6527a404600f81951547566b4c8fc769f1da.diff"; + sha256 = "sha256-omIDd+ZpMtmcdbyXYAMWYk4JuLpVSUwHOGQ1v8kWmz4="; + }) ]