diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2efd142 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!mlc.toml +!README.md +!.gitignore \ No newline at end of file diff --git a/mlc.toml b/mlc.toml index e3bd819..8324adb 100644 --- a/mlc.toml +++ b/mlc.toml @@ -25,7 +25,11 @@ repos = [ "pkg:malachite", "pkg:grub", "pkg:zramd", + "gse:desktop-icons-neo", + "gse:caffeine", + "gse:space-bar", ] [repositories.urls] pkg = "ssh://git@github.com/crystal-linux/pkgbuild.{}" +gse = "ssh://git@github.com/crystal-linux/pkgbuild.gnome-shell-extension-{}"