nixos-config/modules/home-manager/ricing/awesomewm/default.nix
2024-07-12 22:27:56 +09:00

8 lines
95 B
Nix

{ ... }:
{
home.file.".config/awesome" = {
recursive = true;
source = ./gruv;
};
}