aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
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