feat: add default printer
This commit is contained in:
parent
7692303804
commit
1d39ff6d50
3 changed files with 10 additions and 7 deletions
|
|
@ -24,6 +24,7 @@ in {
|
|||
blueman # control bluetooth
|
||||
nextcloud-client # nextcloud client to connect to any instance
|
||||
plasma5Packages.kdeconnect-kde # sync phone and pc
|
||||
system-config-printer # printer manager
|
||||
];
|
||||
|
||||
xsession.windowManager.i3 = {
|
||||
|
|
@ -39,6 +40,7 @@ in {
|
|||
{ command = "${udiskie}/bin/udiskie --tray"; }
|
||||
{ command = "${nextcloud-client}/bin/nextcloud"; }
|
||||
{ command = "${plasma5Packages.kdeconnect-kde}/bin/kdeconnect-indicator"; }
|
||||
{ command = "${system-config-printer}/bin/system-config-printer-applet"; }
|
||||
];
|
||||
fonts = {
|
||||
names = [ common.font ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue