adds brave browser
adds brave browser search engine inject script adds sqlite and sqlitebrowser updates wireguard vpn peers updates dash-to-dock fav apps adds plexamp updates update.sh to show slightly more logging updates auto-start to clear dead screens before starting stuff
This commit is contained in:
@@ -93,7 +93,10 @@ symlinks() {
|
||||
}
|
||||
|
||||
sys_packages_upgrade() {
|
||||
printfe "%s\n" "cyan" "Running NixOS channel update..."
|
||||
sudo nix-channel --update
|
||||
|
||||
printfe "%s\n" "cyan" "Upgrading NixOS packages..."
|
||||
cd $HOME/dotfiles/config/nixos && sudo nixos-rebuild switch --upgrade --flake .#$DOTF_HOSTNAME --impure
|
||||
}
|
||||
|
||||
@@ -157,6 +160,8 @@ flatpakpkgs() {
|
||||
}
|
||||
|
||||
homemanager() {
|
||||
printfe "%s\n" "cyan" "Running Home Manager update..."
|
||||
|
||||
# Due to weirdness delete this file if it exists
|
||||
if [ -f "$HOME/.config/mimeapps.list.backup" ]; then
|
||||
echo "Removing mimeapps.list.backup"
|
||||
|
Reference in New Issue
Block a user