Added a new configuration

This commit is contained in:
2025-06-19 08:49:05 +02:00
parent 6e4fc04088
commit 356d7f1c09
6 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
services.flatpak.enable = true;
# Enable CUPS to print documents.
services.printing.enable = true;
}