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
|
joplin-desktop
|
||||||
kdenlive
|
kdenlive
|
||||||
super-productivity
|
super-productivity
|
||||||
|
system-config-printer
|
||||||
|
libreoffice
|
||||||
helvum
|
helvum
|
||||||
killall
|
killall
|
||||||
nix-output-monitor
|
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.enable = true;
|
||||||
#services.flatpak.packages = [
|
#services.flatpak.packages = [
|
||||||
# "flathub:app/org.kde.dolphin//stable"
|
# "flathub:app/org.kde.dolphin//stable"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue