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