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
|
pipewire-pulse # Pipewire-based pulse-audio, replaces pulseaudio
|
||||||
wireplumber # Recommended pipewire session & policy manager
|
wireplumber # Recommended pipewire session & policy manager
|
||||||
playerctl
|
playerctl
|
||||||
|
qt5-wayland # neccessary for nextcloud-client
|
||||||
firefox # Browser
|
firefox # Browser
|
||||||
firefox-i18n-de
|
firefox-i18n-de
|
||||||
firefox-dark-reader
|
firefox-dark-reader
|
||||||
|
@ -192,7 +193,7 @@ packages=(
|
||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
bitwarden # Password manager
|
bitwarden # Password manager
|
||||||
yubikey-touch-detector
|
yubikey-touch-detector
|
||||||
|
nextcloud-client
|
||||||
)
|
)
|
||||||
|
|
||||||
optdeps=(
|
optdeps=(
|
||||||
|
@ -225,6 +226,8 @@ optdeps=(
|
||||||
gst-plugin-pipewire
|
gst-plugin-pipewire
|
||||||
# gnome-control-center: Applications
|
# gnome-control-center: Applications
|
||||||
malcontent
|
malcontent
|
||||||
|
# nextcloud-client: integration with Nautilus
|
||||||
|
python-nautilus
|
||||||
)
|
)
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed "${packages[@]}"
|
pacman -Syu --noconfirm --needed "${packages[@]}"
|
||||||
|
@ -419,14 +422,12 @@ aur_packages=(
|
||||||
pika-backup
|
pika-backup
|
||||||
# Gnome extensions
|
# Gnome extensions
|
||||||
gnome-shell-extension-arch-update # Indicator for system update gnome-shell-extension-arch-update # Indicator for system updatess
|
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-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-clipboard-history # Searchable history panel of clipboard
|
||||||
gnome-shell-extension-bluetooth-quick-connect
|
gnome-shell-extension-bluetooth-quick-connect
|
||||||
gnome-shell-extension-quick-settings-tweaks-git
|
gnome-shell-extension-quick-settings-tweaks-git
|
||||||
gnome-shell-extension-nightthemeswitcher
|
gnome-shell-extension-nightthemeswitcher
|
||||||
gnome-shell-extension-mpris-indicator-button
|
|
||||||
# Firefox extensions
|
# Firefox extensions
|
||||||
firefox-extension-bitwarden
|
firefox-extension-bitwarden
|
||||||
# Dracut hook to build kernel images for systemd boot
|
# Dracut hook to build kernel images for systemd boot
|
||||||
|
|
|
@ -82,12 +82,12 @@ Host s storage
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||||
Host helios
|
Host helios
|
||||||
#HostName 192.168.130.20
|
HostName 192.168.178.20
|
||||||
HostName helios.home.strobel.one
|
#HostName helios.home.strobel.one
|
||||||
User anorak
|
User root
|
||||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||||
Host helios-unlock
|
Host helios-unlock
|
||||||
HostName 192.168.130.20
|
HostName 192.168.178.20
|
||||||
#HostName helios.home.strobel.one
|
#HostName helios.home.strobel.one
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
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