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

6
.gitmodules vendored
View file

@ -22,9 +22,3 @@
[submodule "awesome/awesome/rubato"] [submodule "awesome/awesome/rubato"]
path = awesome/awesome/rubato path = awesome/awesome/rubato
url = https://github.com/andOrlando/rubato.git url = https://github.com/andOrlando/rubato.git
[submodule "awesome/rubato"]
path = awesome/rubato
url = https://github.com/andOrlando/rubato.git
[submodule "bling"]
path = awesome/bling
url = https://github.com/BlingCorp/bling.git

@ -1 +0,0 @@
Subproject commit 6e4ecb334c3764483d04b4e6bfc15abf98043bef

@ -1 +0,0 @@
Subproject commit 7ed12e183583a7ce3b59714452217af9a1f02ce6

View file

@ -336,6 +336,16 @@
recursive = true; 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" = { home.file.".config/alacritty" = {
source = ../alacritty; source = ../alacritty;
recursive = true; recursive = true;