1
0
Fork 0

install keepassxc as an alternative to the automatic dep: gnome-keyring

This commit is contained in:
Pratham Patel 2023-01-21 12:21:39 +05:30
parent 4367866737
commit f61ec1b537
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pacman --sync --refresh --refresh
################################################################################
# absolutely necessary for _MY_ experience
PKGS_TO_INSTALL=(base bash bind cron curl dhcpcd efibootmgr findutils grub iputils ksh less libdrm linux linux-firmware linux-lts lsb-release lsof man man-db man-pages nano neovim networkmanager opendoas openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting)
PKGS_TO_INSTALL=(base bash bind cron curl dhcpcd efibootmgr findutils grub iputils keepassxc ksh less libdrm linux linux-firmware linux-lts lsb-release lsof man man-db man-pages nano neovim networkmanager opendoas openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting)
# power management
PKGS_TO_INSTALL+=(acpi_call)