add syncthing service
parent
ce62ec59cc
commit
46e4068e1a
|
@ -8,6 +8,8 @@
|
|||
(gnu packages)
|
||||
(gnu services)
|
||||
(gnu packages haskell)
|
||||
(gnu home services syncthing)
|
||||
(gnu packages syncthing)
|
||||
(guix gexp)
|
||||
(radix utils)
|
||||
(gnu home services)
|
||||
|
@ -81,6 +83,7 @@
|
|||
;;
|
||||
;;
|
||||
;; sselp
|
||||
syncthing
|
||||
nano
|
||||
thunar
|
||||
mcomix
|
||||
|
@ -212,7 +215,10 @@
|
|||
))
|
||||
))
|
||||
|
||||
|
||||
(service home-syncthing-service-type
|
||||
(for-home
|
||||
(syncthing-configuration
|
||||
(user "hashirama"))))
|
||||
|
||||
|
||||
(service home-xdg-mime-applications-service-type
|
||||
|
|
Loading…
Reference in New Issue