diff options
Diffstat (limited to 'hosts/aptos')
-rw-r--r-- | hosts/aptos/home.nix | 2 |
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; |