{ pkgs, ... }: { imports = [ # GUI ../../modules/home/gui/theming.nix # CLI ../../modules/home/cli/common ]; guiTheming.enable = false; home = { username = "xeovalyte"; homeDirectory = "/home/xeovalyte"; }; home.stateVersion = "24.05"; }