summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-20 18:14:50 -0400
committerseth <[email protected]>2023-08-20 18:14:50 -0400
commit531105c83546aea88db54171e50828c9828651c7 (patch)
tree0a4e063f9a15c7f8a77ca9aa8888b4ea83b42665 /hosts
parent9485895789fa08bf0978d59b2db98f0d96ddaec8 (diff)
hosts/profiles: disable getchoo.desktop on darwin
Diffstat (limited to 'hosts')
-rw-r--r--hosts/profiles.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index c93dfc4..21b0be3 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -82,6 +82,8 @@ in {
imports = [
../users/seth/darwin.nix
];
+
+ getchoo.desktop.enable = false;
};
}
];