Added printer setup

This commit is contained in:
2026-04-27 15:16:04 +02:00
parent 5578496be0
commit 67d6afafd2
6 changed files with 252 additions and 10 deletions
+13 -3
View File
@@ -1,9 +1,7 @@
{
...
}:
# add a desktop entry here if you have an error like
# Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.quickshell'")
# see ../../docs/printing.md
{
home.file.".local/share/applications/org.quickshell.desktop" = {
enable = true;
@@ -19,4 +17,16 @@
X-DBUS-ServiceName=org.quickshell
'';
};
home.file.".local/share/applications/org.kde.PrintQueue.desktop" = {
enable = true;
text = ''
[Desktop Entry]
Type=Application
Name=Print Queue
Exec=print-queue
Icon=printer
Categories=Utility;
StartupNotify=true
'';
};
}