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:
parent
ca4f22be85
commit
cc0cd538e6
3 changed files with 68 additions and 0 deletions
|
|
@ -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 { })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue