aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/RyanMac/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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 {
422 422
423 # this is fragile so it goes at the bottom 423 # this is fragile so it goes at the bottom
424 echo "Reloading skhd..." 424 echo "Reloading skhd..."
425 sudo -iu ${username} ${pkgs.skhd}/bin/skhd -r 425 sudo -iu ${username} ${pkgs.skhd}/bin/skhd -r || echo "Failed to reload skhd; continuing anyway..."
426 426
427 # 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 427 # 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
428 MARK="/opt/.nix-complete" 428 MARK="/opt/.nix-complete"