formatting

This commit is contained in:
steveej 2024-02-08 20:59:31 +01:00
parent 751bb82daf
commit 45a283c7bd
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;