mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
fix(desktop): remove rtkit patches, as upstream changed to fdo.org/pipewire/rtkit
This commit is contained in:
parent
d545c6f4f3
commit
13b955a4d4
1 changed files with 0 additions and 14 deletions
|
|
@ -188,20 +188,6 @@ in {
|
|||
#services.pcscd.enable = mkDefault true;
|
||||
|
||||
networking.networkmanager.plugins = [ pkgs.networkmanager-openvpn ];
|
||||
|
||||
nixpkgs.overlays = [(final: prev: {
|
||||
|
||||
# Patch rtkit to enable graceful systemd suspend support
|
||||
rtkit = myLib.optimizations.addAttrs prev.rtkit {
|
||||
patches = [
|
||||
(final.fetchpatch {
|
||||
name = "add-graceful-system-suspend-support.patch";
|
||||
url = "https://patch-diff.githubusercontent.com/raw/heftig/rtkit/pull/35.patch";
|
||||
hash = "sha256-NRVNSa7fzgEDn6ic/Vb36VCj2kv9AC6+Dm2uYNgbEZw=";
|
||||
})
|
||||
];
|
||||
};
|
||||
})];
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue