Track the two forks as submodules instead of ignoring them

They were in .gitignore with a note saying they would become submodules once
they had somewhere to live. They do now, so they are, and ignoring them would
from here on only hide which commit of each one this tree is built against.

The paths stay cosmic-comp/ and cosmic-session/, which is where cosmic-epoch
puts them, so this repository can be merged with the upstream meta-repo rather
than laid out beside it.
This commit is contained in:
2026-08-10 17:20:34 +07:00
parent 6f9696e791
commit 98e75ecdc8
4 changed files with 11 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
[submodule "cosmic-comp"]
path = cosmic-comp
url = [email protected]:outbackdingo/hyprcosmic-comp.git
[submodule "cosmic-session"]
path = cosmic-session
url = [email protected]:outbackdingo/hyprcosmic-session.git