Files
tawm/modules/home/desktop/awesome/default.nix
2025-02-22 16:10:37 +05:30

9 lines
143 B
Nix

{pkgs, ...}: {
home.file = {
".config/awesome" = {
recursive = true;
source = "${pkgs.tux-awesome-wm-config}";
};
};
}