homeConfigurations={work=home-manager.lib.homeManagerConfiguration{inheritpkgs;modules=[{# Home Manager needs a bit of information about you and the paths it should# manage.home.username=users.work.username;home.homeDirectory="/home/${users.work.username}";home.stateVersion=stateVersion;# Please read the comment before changing.programs={home-manager.enable=true;};imports=[./home/alacritty./home/emacs./home/neovim./home/vscode];}];};};