feat: add default printer
This commit is contained in:
parent
7692303804
commit
1d39ff6d50
3 changed files with 10 additions and 7 deletions
|
|
@ -29,6 +29,7 @@ in
|
|||
kanshi # display manager
|
||||
nextcloud-client # self hosted cloud client
|
||||
plasma5Packages.kdeconnect-kde # sync phone and pc
|
||||
system-config-printer # printer manager
|
||||
];
|
||||
|
||||
programs.swaylock = {
|
||||
|
|
@ -85,6 +86,7 @@ in
|
|||
{ command = "${swaynotificationcenter}/bin/swaync"; }
|
||||
{ command = "${nextcloud-client}/bin/nextcloud"; }
|
||||
{ command = "${plasma5Packages.kdeconnect-kde}/bin/kdeconnect-indicator"; }
|
||||
{ command = "${system-config-printer}/bin/system-config-printer-applet"; }
|
||||
];
|
||||
input = {
|
||||
"2:7:SynPS/2_Synaptics_TouchPad" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue