{ config, pkgs, ... }: { # declaration of awesome wm is in hosts//default.nix xdg.configFile."awesome/rc.lua".source = ./rc.lua; }