{ inputs, pkgs, config, ... }: { alqueva.users.artur = { shell = config.programs.xonsh.package; tmpfiles = { ".config/qutebrowser/config.py" = ./configs/qutebrowser/config.py; ".config/qutebrowser/oxocarbon.py" = ./configs/qutebrowser/oxocarbon.py; ".config/vesktop/themes/system24.theme.css" = pkgs.fetchurl { url = "https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/theme/system24.theme.css"; hash = "sha256-WJYNWeo1DdgOh7cFne6QSEHQagqapFznqWfeoCsqM+8="; }; ".config/vesktop/settings/quickCss.css" = ./configs/vesktop/quickCss.css; ".config/kanshi/" = ./configs/kanshi; ".config/river/" = ./configs/river; ".config/kitty/" = ./configs/kitty; ".config/waybar/" = ./configs/waybar; ".local/share/wallpapers" = "${inputs.wallpkgs.packages.${pkgs.system}.nature}/share/wallpapers/nature"; }; packages = builtins.attrValues { inherit (pkgs) wget vesktop mpv imv amberol fractal nicotine-plus nautilus librewolf playerctl geary qutebrowser ; }; groups = [ "wheel" "video" "audio" "networkmanager" "input" "libvirtd" ]; }; }