2022-12-20 14:42:40 +01:00
|
|
|
{ config, pkgs, ... }:
|
2022-12-20 13:25:36 +01:00
|
|
|
{
|
2022-12-20 14:42:40 +01:00
|
|
|
# declaration of awesome wm is in hosts/<name>/default.nix
|
2022-12-22 14:04:39 +01:00
|
|
|
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
|
2022-12-20 13:25:36 +01:00
|
|
|
}
|