refactor: change folder name

This commit is contained in:
tux
2025-02-22 16:10:37 +05:30
parent f4bd3b9b77
commit f35e1627c3
26 changed files with 23 additions and 23 deletions

View File

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