diff options
Diffstat (limited to '')
-rw-r--r-- | system/services/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index cb5616d0..514ff604 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -7,6 +7,7 @@ ./dconf ./openssh ./backup + ./xdg ./swaylock ]; } |