Enable rkit

This commit is contained in:
2026-02-04 20:40:14 -05:00
parent cba06e161f
commit 66bd47376b
2 changed files with 10 additions and 6 deletions

12
flake.lock generated
View File

@@ -298,11 +298,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1770169770, "lastModified": 1770246305,
"narHash": "sha256-awR8qIwJxJJiOmcEGgP2KUqYmHG4v/z8XpL9z8FnT1A=", "narHash": "sha256-IdHuWkQavs88Gg/+wPx2p1xXzmRTVqzUH27yyrh9Jm8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "aa290c9891fa4ebe88f8889e59633d20cc06a5f2", "rev": "1b8430a80f22c2ddaf3c3d24980c0d6b88dba873",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -330,11 +330,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1770115704, "lastModified": 1770181073,
"narHash": "sha256-KHFT9UWOF2yRPlAnSXQJh6uVcgNcWlFqqiAZ7OVlHNc=", "narHash": "sha256-ksTL7P9QC1WfZasNlaAdLOzqD8x5EPyods69YBqxSfk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e6eae2ee2110f3d31110d5c222cd395303343b08", "rev": "bf922a59c5c9998a6584645f7d0de689512e444c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -311,6 +311,10 @@
}; };
}; };
security.rtkit.enable = true;
services.pipewire.enable = true;
services = { services = {
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
displayManager.sddm.enable = true; displayManager.sddm.enable = true;