* Don't call gnome shell extensions if it's not registered in dbus (fix #835) * fix * Execute-elevated (#892) * Introduce the execute elevated method (fix #885) * fmt * Fix nix with doas * Bad import * No gnome in macOS * Unused imports
This commit is contained in:
committed by
GitHub
parent
9ed518c82a
commit
d0e1212700
@@ -280,6 +280,7 @@ fn run() -> Result<()> {
|
||||
runner.execute(Step::Tmux, "tmux", || tmux::run_tpm(&base_dirs, run_type))?;
|
||||
runner.execute(Step::Tldr, "TLDR", || unix::run_tldr(run_type))?;
|
||||
runner.execute(Step::Pearl, "pearl", || unix::run_pearl(run_type))?;
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
runner.execute(Step::GnomeShellExtensions, "Gnome Shell Extensions", || {
|
||||
unix::upgrade_gnome_extensions(&ctx)
|
||||
})?;
|
||||
|
||||
Reference in New Issue
Block a user