Added printing
This commit is contained in:
parent
07478328ab
commit
feea0e16f3
1 changed files with 11 additions and 0 deletions
|
|
@ -122,6 +122,8 @@
|
|||
joplin-desktop
|
||||
kdenlive
|
||||
super-productivity
|
||||
system-config-printer
|
||||
libreoffice
|
||||
helvum
|
||||
killall
|
||||
nix-output-monitor
|
||||
|
|
@ -301,6 +303,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
#printing
|
||||
services.printing.enable = true;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
|
||||
#services.flatpak.enable = true;
|
||||
#services.flatpak.packages = [
|
||||
# "flathub:app/org.kde.dolphin//stable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue