formatting
This commit is contained in:
parent
885d0df8a4
commit
5ab45aee0e
6 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue