From 6ad98695409ab789b2b3b15c95de404daf46d1a7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Wed, 12 Aug 2026 22:45:47 -0400 Subject: add minceraft --- hosts/RyanMac/configuration.nix | 2 +- users/ryan/home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 1dedf6f..e8339e6 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -422,7 +422,7 @@ in { # this is fragile so it goes at the bottom echo "Reloading skhd..." - sudo -iu ${username} ${pkgs.skhd}/bin/skhd -r + sudo -iu ${username} ${pkgs.skhd}/bin/skhd -r || echo "Failed to reload skhd; continuing anyway..." # Notes if we are running for the first time and writes a message for actions that may need to be done on macOS or linux MARK="/opt/.nix-complete" diff --git a/users/ryan/home.nix b/users/ryan/home.nix index c3a2ed8..ec3fd1e 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix @@ -150,6 +150,7 @@ nerd-fonts.anonymice jujutsu netbird-tui + prismlauncher ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage -- cgit v1.3.1