aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/RyanMac/configuration.nix2
-rw-r--r--users/ryan/home.nix1
2 files changed, 2 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"
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 @@
150 nerd-fonts.anonymice 150 nerd-fonts.anonymice
151 jujutsu 151 jujutsu
152 netbird-tui 152 netbird-tui
153 prismlauncher
153 ]; 154 ];
154 155
155 # Home Manager is pretty good at managing dotfiles. The primary way to manage 156 # Home Manager is pretty good at managing dotfiles. The primary way to manage