diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index 26a917c..2ee8d31 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -15,9 +15,13 @@ ../../homeManagerModules/cliPrograms/pass.nix ]; + #todo: EditorConfig support ( https://editorconfig.org ) + home.username = "fedfer"; home.homeDirectory = "/home/fedfer"; + home.keyboard.layout = "it"; + xdg.enable = true; home.preferXdgDirectories = true;