{nixneovim, ...}: { imports = [ ./direnv ./git ./gpg #./grades ./mako ./nixneovim ./packages #./river #TODO Update Shell Library ./xsession #./yambar #TODO Update Shell Library ./zsh nixneovim.nixosModules.default ]; home = { username = "sils"; homeDirectory = "/home/sils"; stateVersion = "23.05"; }; programs.home-manager.enable = true; }