{pkgs, ...}: { imports = [ ../common ./zathura.nix ]; home = { file.".wallpapers" = { source = ../../../../rsc/wallpaper; recursive = true; }; file.".config/awesome/" = { source = ../../../../rsc/config/awesome; recursive = true; }; packages = with pkgs; [ rofi redshift xbindkeys clipmenu flameshot xclip brightnessctl feh ]; }; }