mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
9 lines
126 B
Nix
9 lines
126 B
Nix
{pkgs, ...}: {
|
|
home.file = {
|
|
".config/awesome" = {
|
|
recursive = true;
|
|
source = "${pkgs.tawm}";
|
|
};
|
|
};
|
|
}
|