about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-09 09:44:39 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-09 09:44:39 -0700
commitbb43c9a4a098878255844759667d492f9c0995a1 (patch)
tree86ab2cbc6b06baaa44859ce6f7e1c9969e143861 /hosts
parentadd a few more modules to home/ and delete stuff (diff)
downloadworld-bb43c9a4a098878255844759667d492f9c0995a1.tar.gz
small fixes
Diffstat (limited to '')
-rw-r--r--hosts/aptos/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index c7e0dab..1bfd236 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -1,7 +1,7 @@
 { pkgs, ... }: {
   my.home = {
     packages.enable = true;
-    elements.enable = true;
+    element.enable = true;
     fish.enable = true;
     git.enable = true;
     go.enable = true;