4 Commits
Author SHA1 Message Date
Legrems eb08d5da26 Update gitmodules 2024-10-23 12:29:52 +02:00
Legrems c618c411a5 Update hyprland config 2024-10-23 12:28:41 +02:00
Legrems 7a89dd6813 Update gitmodules to use relative path 2024-10-23 12:07:56 +02:00
Legrems 0bbebf1438 Add Hyprland config 2024-10-23 11:59:25 +02:00
2 changed files with 7 additions and 3 deletions
+6 -3
View File
@@ -3,10 +3,13 @@
url = https://github.com/Legrems/nv-chad.git url = https://github.com/Legrems/nv-chad.git
[submodule "scripts"] [submodule "scripts"]
path = scripts path = scripts
url = git@github.com:Legrems/scripts.git url = ../scripts.git
[submodule "scripts-hidden"] [submodule "scripts-hidden"]
path = scripts-hidden path = scripts-hidden
url = git@github.com:Legrems/scripts-hidden.git url = ../scripts-hidden.git
[submodule "neovim-config"] [submodule "neovim-config"]
path = neovim-config path = neovim-config
url = git@github.com:Legrems/neovim-config.git url = ../neovim-config.git
[submodule "hyprland-config"]
path = hyprland-config
url = ../hyprland-config.git
+1
Submodule hyprland-config added at 3d9ba69c56