1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-12 21:46:04 +01:00

keynav: add module

PR #1082
This commit is contained in:
William Carroll 2020-03-10 22:28:48 +00:00 committed by Robert Helgesson
parent cc386e4b3b
commit 2cd168467e
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 38 additions and 0 deletions

View file

@ -128,6 +128,7 @@ let
(loadModule ./services/kdeconnect.nix { })
(loadModule ./services/keepassx.nix { })
(loadModule ./services/keybase.nix { })
(loadModule ./services/keynav.nix { condition = hostPlatform.isLinux; })
(loadModule ./services/lieer.nix { condition = hostPlatform.isLinux; })
(loadModule ./services/lorri.nix { condition = hostPlatform.isLinux; })
(loadModule ./services/mbsync.nix { })