removing submodules

This commit is contained in:
Chris Cochrun 2022-05-17 11:09:53 -05:00
parent a90dd87b38
commit 168920f078
4 changed files with 10 additions and 8 deletions

View file

@ -336,6 +336,16 @@
recursive = true;
};
home.file.".config/awesome/bling" = {
source = ../awesome/bling;
recursive = true;
};
home.file.".config/awesome/rubato" = {
source = ../awesome/rubato;
recursive = true;
};
home.file.".config/alacritty" = {
source = ../alacritty;
recursive = true;