Add nextcloud-client and remove unneeded Gnome Extensions
This commit is contained in:
parent
bd33af06e1
commit
880f9fddc0
3 changed files with 11 additions and 8 deletions
|
@ -123,6 +123,7 @@ packages=(
|
|||
pipewire-pulse # Pipewire-based pulse-audio, replaces pulseaudio
|
||||
wireplumber # Recommended pipewire session & policy manager
|
||||
playerctl
|
||||
qt5-wayland # neccessary for nextcloud-client
|
||||
firefox # Browser
|
||||
firefox-i18n-de
|
||||
firefox-dark-reader
|
||||
|
@ -192,7 +193,7 @@ packages=(
|
|||
gst-plugins-ugly
|
||||
bitwarden # Password manager
|
||||
yubikey-touch-detector
|
||||
|
||||
nextcloud-client
|
||||
)
|
||||
|
||||
optdeps=(
|
||||
|
@ -225,6 +226,8 @@ optdeps=(
|
|||
gst-plugin-pipewire
|
||||
# gnome-control-center: Applications
|
||||
malcontent
|
||||
# nextcloud-client: integration with Nautilus
|
||||
python-nautilus
|
||||
)
|
||||
|
||||
pacman -Syu --noconfirm --needed "${packages[@]}"
|
||||
|
@ -419,14 +422,12 @@ aur_packages=(
|
|||
pika-backup
|
||||
# Gnome extensions
|
||||
gnome-shell-extension-arch-update # Indicator for system update gnome-shell-extension-arch-update # Indicator for system updatess
|
||||
gnome-shell-extension-nasa-apod # NASA's astronomy picture of the day as wallpaper
|
||||
gnome-shell-extension-gsconnect # Connect phone and desktop system
|
||||
gnome-shell-extension-pop-shell-bin # Sway-like feeling
|
||||
gnome-shell-extension-dash-to-dock # Move the dash out of the overview transforming it in a dock
|
||||
gnome-shell-extension-clipboard-history # Searchable history panel of clipboard
|
||||
gnome-shell-extension-bluetooth-quick-connect
|
||||
gnome-shell-extension-quick-settings-tweaks-git
|
||||
gnome-shell-extension-nightthemeswitcher
|
||||
gnome-shell-extension-mpris-indicator-button
|
||||
# Firefox extensions
|
||||
firefox-extension-bitwarden
|
||||
# Dracut hook to build kernel images for systemd boot
|
||||
|
|
|
@ -82,12 +82,12 @@ Host s storage
|
|||
User root
|
||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||
Host helios
|
||||
#HostName 192.168.130.20
|
||||
HostName helios.home.strobel.one
|
||||
User anorak
|
||||
HostName 192.168.178.20
|
||||
#HostName helios.home.strobel.one
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||
Host helios-unlock
|
||||
HostName 192.168.130.20
|
||||
HostName 192.168.178.20
|
||||
#HostName helios.home.strobel.one
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||
|
|
2
run_once_mime-defaults.sh
Normal file
2
run_once_mime-defaults.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
xdg-mime default org.gnome.Nautilus.desktop inode/directory
|
Loading…
Reference in a new issue