Changes
3 changed files (+26/-4)
-
-
@@ -13,7 +13,12 @@./hardware-configuration.nix ]; nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ]; nixpkgs = { # For NeoChat ugh config.permittedInsecurePackages = [ "olm-3.2.16" ]; # Overlays! Fixed points! overlays = [ (import ./overlays.nix) ]; }; hardware = { # Auto screen rotation in tablet mode
-
-
-
@@ -0,0 +1,17 @@final: prev: { # Overriding a second-level package is annoying kdePackages = prev.kdePackages.overrideScope ( kdeFinal: kdePrev: { libquotient = kdePrev.libquotient.overrideAttrs (old: { patches = old.patches ++ [ # Patch to fix that ergregious NeoChat edit message bug # TODO: Remove once libQuotient gets a release with this patch (prev.fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/quotient-im/libQuotient/pull/950.patch"; hash = "sha256-CqD3rXKTjRUaU0n7QvQ/zozrokIaBeIUXSNlrwOZRO4="; }) ]; }); } ); }
-
-
-
@@ -23,11 +23,11 @@}, "nixpkgs": { "locked": { "lastModified": 1769170682, "narHash": "sha256-oMmN1lVQU0F0W2k6OI3bgdzp2YOHWYUAw79qzDSjenU=", "lastModified": 1769461804, "narHash": "sha256-msG8SU5WsBUfVVa/9RPLaymvi5bI8edTavbIq3vRlhI=", "owner": "NixOS", "repo": "nixpkgs", "rev": "c5296fdd05cfa2c187990dd909864da9658df755", "rev": "bfc1b8a4574108ceef22f02bafcf6611380c100d", "type": "github" }, "original": {
-