formatting

This commit is contained in:
steveej 2024-02-08 20:59:31 +01:00
parent 885d0df8a4
commit 5ab45aee0e
6 changed files with 11 additions and 11 deletions

View file

@ -50,11 +50,13 @@ in {
};
home-manager.users.justyna =
lib.attrsets.recursiveUpdate (homeEnv {
lib.attrsets.recursiveUpdate
(homeEnv {
layout = "de";
options = [];
variant = "";
}) {
})
{
services.syncthing.enable = true;
services.syncthing.tray = true;