feat: isolate awesomeWM config

This commit is contained in:
tux
2025-02-27 16:28:46 +05:30
parent eb149f8329
commit e33d778819
175 changed files with 6 additions and 1199 deletions

View File

@ -2,7 +2,7 @@
home.file = {
".config/awesome" = {
recursive = true;
source = "${pkgs.tux-awesome-wm-config}";
source = "${pkgs.tawm}";
};
};
}