Add syncthing to Northstar
This commit is contained in:
parent
d43337e12d
commit
cc59ed5664
|
@ -16,6 +16,11 @@
|
|||
source $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||
'';
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray = {enable = true;};
|
||||
};
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
config = {
|
||||
input = {
|
||||
|
|
Loading…
Reference in a new issue