26/06/26
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@
|
||||
{
|
||||
services.printing.enable = true;
|
||||
services.printing.cups-pdf.enable = true;
|
||||
services.printing.drivers = with pkgs; [ hplip ];
|
||||
services.printing.drivers = with pkgs; [ hplip canon-cups-ufr2 ];
|
||||
}
|
||||
|
||||
@@ -18,4 +18,6 @@
|
||||
|
||||
services.flatpak.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
# services.cloudflare-warp.enable = true;
|
||||
# services.tailscale.enable = true;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
alsa.support32Bit = false;
|
||||
pulse.enable = true;
|
||||
extraLadspaPackages = [ pkgs.rnnoise-plugin.ladspa ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user