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
|
source $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
tray = {enable = true;};
|
||||||
|
};
|
||||||
|
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
config = {
|
config = {
|
||||||
input = {
|
input = {
|
||||||
|
|
Loading…
Reference in a new issue