chore: flake update 04-07-2026
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
# Enable sound with pipewire.
|
||||
pulseaudio.enable = false;
|
||||
@@ -12,6 +13,5 @@
|
||||
};
|
||||
security.rtkit.enable = true;
|
||||
|
||||
environment.systemPackages =
|
||||
builtins.attrValues {inherit (pkgs) pavucontrol;};
|
||||
environment.systemPackages = builtins.attrValues { inherit (pkgs) pavucontrol; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user