diff options
Diffstat (limited to 'modules/services/default.nix')
| -rw-r--r-- | modules/services/default.nix | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/modules/services/default.nix b/modules/services/default.nix index 9c7dd1e..85a5d80 100644 --- a/modules/services/default.nix +++ b/modules/services/default.nix @@ -1,13 +1,14 @@ { ... }: { - imports = [ - ./printer.nix - ./polkit.nix - ./pipewire.nix - ./mullvad.nix - ./nextcloud-client.nix - ./wooting.nix - ./openssh.nix - ]; + imports = [ + ./printer.nix + ./polkit.nix + ./pipewire.nix + ./mullvad.nix + ./nextcloud-client.nix + ./wooting.nix + ./openssh.nix + ./keyring.nix + ]; } |
