{nixvim, ...}: { imports = [ ./direnv #./eww ./git ./gpg #./grades ./hyfetch ./hyprland ./mako ./nixvim ./packages #./river #TODO Update Shell Library ./ssh ./swaylock ./xsession #./yambar #TODO Update Shell Library ./waybar ./zsh nixvim.homeManagerModules.nixvim ]; home = { username = "sils"; homeDirectory = "/home/sils"; stateVersion = "23.05"; }; programs.home-manager.enable = true; }