feat: finish migrate

This commit is contained in:
2026-06-14 18:20:19 +02:00
parent 04a5d8919c
commit dce3c77a29
24 changed files with 92 additions and 200 deletions
+12 -10
View File
@@ -42,13 +42,15 @@ class Latex(decman.Module):
}
def on_enable(self, store: decman.Store):
decman.prg(
[
"cd",
"~/projects/",
"git",
"clone",
"https://git.janishutz.com/janishutz/latex",
],
user=self._user,
)
out = decman.prg(["cd ~/projects/latex/"], user=self._user)
if out == "":
decman.prg(
[
"cd",
"~/projects/",
"git",
"clone",
"https://git.janishutz.com/janishutz/latex",
],
user=self._user,
)
+1 -1
View File
@@ -10,7 +10,7 @@ class DesktopShell(decman.Module):
@pacman.packages
def pkgs(self) -> set[str]:
return {"dms-shell", "cava", "matugen"}
return {"dms-shell", "cava", "matugen", "papirus-icon-theme", "adw-gtk-theme"}
# TODO: Copy the config of dms, once done
def directories(self) -> dict[str, decman.Directory]: