aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-12 22:09:28 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-12 22:09:28 -0400
commitb43dfa30df8d9ac27491b6df6ec6b84f9afc8761 (patch)
tree64e0d3a19407a8649a17bc475bafe1fb30e6d362 /hosts
parent8d7aa6e03293de5432a33e6ed55f3f4b2a4f095c (diff)
system update
Diffstat (limited to 'hosts')
-rw-r--r--hosts/RyanMac/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix
index e19490d..1dedf6f 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