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