{ pkgs, ... }: { home = { stateVersion = "23.11"; username = "emiliazapata"; homeDirectory = "/Users/emiliazapata"; # Then we add the packages we want in the array using pkgs. packages = [ pkgs.git pkgs.neovim ]; }; # This is to ensure programs are using ~/.config rather than # /Users/