aboutsummaryrefslogtreecommitdiff
path: root/hosts/RyanMac/configuration.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-12 22:45:47 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-12 22:45:47 -0400
commit6ad98695409ab789b2b3b15c95de404daf46d1a7 (patch)
tree00e83496a6417fa4466713b6ea8541bfa53c9f5b /hosts/RyanMac/configuration.nix
parentb43dfa30df8d9ac27491b6df6ec6b84f9afc8761 (diff)
add minceraftHEADmain
Diffstat (limited to 'hosts/RyanMac/configuration.nix')
-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"