Skip to content

Commit

Permalink
Disable printing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Oct 23, 2024
1 parent 8f2138c commit 139f727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
services.flatpak.enable = true;

# Find printers automatically.
services.printing.enable = true;
services.printing.enable = false;

# Add additional GNOME programs.
services.udev.packages = [ pkgs.gnome.gnome-settings-daemon ];
Expand Down

0 comments on commit 139f727

Please sign in to comment.