{pkgs, ...}: { stateVersion = "23.05"; # Static username = "GPD User"; homeDirectory = "/home/user"; packages = with pkgs; [ btop bat thefuck ranger icdiff podman jdk17 ]; shellAliases = { cao = "fuck"; top = "btop"; ls = "ls --color=auto"; cat = "bat -p --paging=never -u"; diff="icdiff"; }; file = { # TODO: hyprland }; }