1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-22 08:51:12 +01:00

taskwarrior-sync: add service module

This commit is contained in:
pacien 2019-07-14 18:08:33 +02:00 committed by Robert Helgesson
parent ca4f22be85
commit cc0cd538e6
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 68 additions and 0 deletions

View file

@ -124,6 +124,7 @@ let
(loadModule ./services/syncthing.nix { })
(loadModule ./services/taffybar.nix { })
(loadModule ./services/tahoe-lafs.nix { })
(loadModule ./services/taskwarrior-sync.nix { condition = hostPlatform.isLinux; })
(loadModule ./services/udiskie.nix { })
(loadModule ./services/unclutter.nix { })
(loadModule ./services/window-managers/awesome.nix { })