{ inputs, pkgs, ... }: { home.packages = with pkgs; [ vkbasalt ]; home.file = { ".config/vkBasalt/vkBasalt.conf".source = ./confs/vkBasalt.conf; }; }