Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "subprojects/homebrew-arch"]
path = subprojects/homebrew-arch
url = https://github.com/Lumaeris/homebrew-arch
[submodule "subprojects/apollo-packages"]
path = subprojects/apollo-packages
url = https://github.com/apollo-linux/packages
3 changes: 3 additions & 0 deletions mkosi.conf.d/subprojects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ Packages=
SandboxTrees=subprojects/homebrew-arch/repo.gpg:/usr/share/pacman/keyrings/lumaeris.gpg
repos/lumaeris-trusted:/usr/share/pacman/keyrings/lumaeris-trusted
repos/homebrew.conf:/etc/pacman.d/homebrew.conf
subprojects/apollo-packages/repo.gpg:/usr/share/pacman/keyrings/fizzyizzy05.gpg
repos/fizzyizzy05-trusted:/usr/share/pacman/keyrings/fizzyizzy05-trusted
repos/apollo.conf:/etc/pacman.d/apollo.conf
1 change: 1 addition & 0 deletions mkosi.conf.d/tools.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Packages=
unzip
vim
wireguard-tools
xdg-terminal-exec
ydotool
zenity
zip
Expand Down
3 changes: 0 additions & 3 deletions mkosi.postinst.d/config.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ setcap -r /usr/bin/newuidmap
setcap -r /usr/bin/newgidmap
chmod u+s /usr/bin/newuidmap /usr/bin/newgidmap

# Set ptyxis as the default terminal
echo "org.gnome.Ptyxis.desktop:new-window" | tee -a /usr/share/xdg-terminal-exec/xdg-terminals.list

# Remove packages that are only used for building
pacman -Rs --noconfirm \
crane \
Expand Down
9 changes: 0 additions & 9 deletions mkosi.prepare.d/install-software.chroot

This file was deleted.

3 changes: 3 additions & 0 deletions repos/apollo.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[apollo]
SigLevel = Required
Server = https://github.com/apollo-linux/packages/releases/download/$repo
1 change: 1 addition & 0 deletions repos/fizzyizzy05-trusted
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
F74289FDFA6BBD5C2995DDAD8048C7731FE274FA:4:
1 change: 1 addition & 0 deletions subprojects/apollo-packages
Submodule apollo-packages added at 206150