aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-09 09:42:03 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-09 09:42:03 -0700
commit1125aaa49aec6a220fd3b9d03076fec398b35a14 (patch)
tree5570b0c094ead9d7879ca3d360ff3de7f45d4516 /hosts/aptos/home.nix
parentdelete all CLI modules (diff)
downloadinfra-1125aaa49aec6a220fd3b9d03076fec398b35a14.tar.gz
add a few more modules to home/ and delete stuff
Diffstat (limited to 'hosts/aptos/home.nix')
-rw-r--r--hosts/aptos/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index 1215168..c7e0dab 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -1,6 +1,7 @@
{ pkgs, ... }: {
my.home = {
packages.enable = true;
+ elements.enable = true;
fish.enable = true;
git.enable = true;
go.enable = true;