diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-12 22:45:47 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-12 22:45:47 -0400 |
| commit | 6ad98695409ab789b2b3b15c95de404daf46d1a7 (patch) | |
| tree | 00e83496a6417fa4466713b6ea8541bfa53c9f5b | |
| parent | b43dfa30df8d9ac27491b6df6ec6b84f9afc8761 (diff) | |
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 2 | ||||
| -rw-r--r-- | users/ryan/home.nix | 1 |
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 |
