move to desktop folder

This commit is contained in:
2024-10-09 18:38:20 +05:30
parent a2189d2869
commit f82e84fc83
5 changed files with 4 additions and 4 deletions

View File

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