feat: v4 changes

This commit is contained in:
Rudra Saraswat 2024-06-01 06:04:35 +00:00
parent 7ba970ce6b
commit 8011d90bc4
5 changed files with 55 additions and 34 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
out/ out/
workdir/ workdir/
work/

View file

@ -40,7 +40,7 @@ ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring # By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages. # trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional SigLevel = Never
LocalFileSigLevel = Optional LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required #RemoteFileSigLevel = Required
@ -80,18 +80,9 @@ Include = /etc/pacman.d/mirrorlist
[extra] [extra]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
#[community-testing] [breakfast]
#Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
[blend]
SigLevel = Never SigLevel = Never
Server = https://pkg-repo.blendos.co/$repo/os/$arch Server = https://pkg-repo.blendos.co
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
# If you want to run 32 bit applications on your x86_64 system, # If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here. # enable the multilib repositories as required here.

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/gdm.service

View file

@ -112,23 +112,60 @@ plymouth-blend
# OS installation and tweaks # OS installation and tweaks
filesystem-blend filesystem-blend
lsb-release-blend
blend-inst-git blend-inst-git
python-yaml python-yaml
jade-gui jade-gui
# Keyring
blend-keyring
# Spice # Spice
spice-vdagent spice-vdagent
# Chaotic AUR # Desktop
chaotic-keyring baobab
chaotic-mirrorlist epiphany
evince
gnome gdm
gnome-software gnome-backgrounds
gnome-software-packagekit-plugin gnome-calendar
gnome-clocks
gnome-color-manager
gnome-connections
gnome-console
gnome-control-center
gnome-disk-utility
gnome-keyring
gnome-logs
gnome-menus
gnome-remote-desktop
gnome-session
gnome-settings-daemon
gnome-shell
gnome-shell-extensions
gnome-user-docs
gnome-user-share
grilo-plugins
gvfs
gvfs-afc
gvfs-dnssd
gvfs-goa
gvfs-google
gvfs-gphoto2
gvfs-mtp
gvfs-nfs
gvfs-onedrive
gvfs-smb
gvfs-wsdd
loupe
malcontent
nautilus
orca
rygel
tecla
tracker3-miners
xdg-desktop-portal-gnome
xdg-user-dirs-gtk
yelp
firefox firefox
flatpak flatpak
akshara-git
grub

View file

@ -80,17 +80,8 @@ Include = /etc/pacman.d/mirrorlist
[extra] [extra]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
#[community-testing] [breakfast]
#Include = /etc/pacman.d/mirrorlist Server = https://pkg-repo.blendos.co
[community]
Include = /etc/pacman.d/mirrorlist
[blend]
Server = https://pkg-repo.blendos.co/$repo/os/$arch
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
# If you want to run 32 bit applications on your x86_64 system, # If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here. # enable the multilib repositories as required here.