We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache.enable
1 parent e21f25e commit e1e83a8Copy full SHA for e1e83a8
3 files changed
hosts/darwin/home.nix
@@ -29,6 +29,8 @@
29
enable = true;
30
flavor = "frappe";
31
accent = "teal";
32
+ cache.enable = true;
33
+
34
ghostty.enable = false;
35
mako.enable = false;
36
};
hosts/nixos/default.nix
@@ -40,6 +40,8 @@ in
40
41
42
43
44
45
46
47
}
hosts/nixos/home.nix
@@ -28,6 +28,8 @@
28
0 commit comments