diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-23 11:41:50 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-23 11:59:00 -0400 |
| commit | 1e8ce6189d196b8d75f9c15bec198ef4fa7a339b (patch) | |
| tree | ac04eb07e1e5e3b9a07e2917285b3d27b85c4e9a /hosts | |
| parent | 22e588d2f7dc164806f01511b46a52d6e6852505 (diff) | |
temp
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index e19490d..e8339e6 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix | |||
| @@ -179,7 +179,7 @@ in { | |||
| 179 | enable = true; | 179 | enable = true; |
| 180 | 180 | ||
| 181 | onActivation = { | 181 | onActivation = { |
| 182 | cleanup = "zap"; | 182 | #extraFlags = [ "--force-cleanup" ]; |
| 183 | }; | 183 | }; |
| 184 | 184 | ||
| 185 | global.brewfile = true; | 185 | global.brewfile = true; |
| @@ -197,6 +197,9 @@ in { | |||
| 197 | "netbird-ui" | 197 | "netbird-ui" |
| 198 | "ubersicht" | 198 | "ubersicht" |
| 199 | "hammerspoon" | 199 | "hammerspoon" |
| 200 | "gimp" | ||
| 201 | "kdenlive" | ||
| 202 | "rustdesk" | ||
| 200 | ]; | 203 | ]; |
| 201 | }; | 204 | }; |
| 202 | 205 | ||
| @@ -419,7 +422,7 @@ in { | |||
| 419 | 422 | ||
| 420 | # this is fragile so it goes at the bottom | 423 | # this is fragile so it goes at the bottom |
| 421 | echo "Reloading skhd..." | 424 | echo "Reloading skhd..." |
| 422 | sudo -iu ${username} ${pkgs.skhd}/bin/skhd -r | 425 | sudo -iu ${username} ${pkgs.skhd}/bin/skhd -r || echo "Failed to reload skhd; continuing anyway..." |
| 423 | 426 | ||
| 424 | # 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 |
| 425 | MARK="/opt/.nix-complete" | 428 | MARK="/opt/.nix-complete" |
