mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
9 lines
143 B
Nix
9 lines
143 B
Nix
{pkgs, ...}: {
|
|
home.file = {
|
|
".config/awesome" = {
|
|
recursive = true;
|
|
source = "${pkgs.tux-awesome-wm-config}";
|
|
};
|
|
};
|
|
}
|