moved security.rtkit.enable = true; to optional/desktop.nix

https://nixos.wiki/wiki/PipeWire
This commit is contained in:
2025-01-19 14:02:27 -05:00
parent 2e26035693
commit e88fc08d91
3 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,6 @@
};
};
security.rtkit.enable = true;
services = {
displayManager = {

View File

@@ -29,7 +29,6 @@
};
};
security.rtkit.enable = true;
services = {