package pages import ( "personal-site/components" "personal-site/components/icons" "personal-site/constants" ) templ Dotfiles() { {{ params := constants.NewLayoutParams("Dotfiles") }} @components.MainLayout(params) {
I have been using Linux since 2017, and have gone through several distros. Pretty early on, I have only used window managers (wm) and Arch Linux. Over time, I have gone through bspwm on x11, hyprland on wayland, and mangowc on wayland. Since getting into programming, I have also strictly used only vim + neovim for hobby projects.