removing submodules
This commit is contained in:
parent
a90dd87b38
commit
168920f078
4 changed files with 10 additions and 8 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -22,9 +22,3 @@
|
|||
[submodule "awesome/awesome/rubato"]
|
||||
path = awesome/awesome/rubato
|
||||
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
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue