about summary refs log tree commit diff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 08:31:44 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 08:31:44 -0700
commite11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce (patch)
treefe322ac74b52caa19ceb1c560c0beb396e0a155e /hosts/aptos/home.nix
parentprofiles: create a few new profiles (diff)
downloadworld-e11fb4e89db0f465dfcc9b25a2e0bdf00ce758ce.tar.gz
aptos: consume the new profiles
aptos is now using the new home-manager setup.
Diffstat (limited to '')
-rw-r--r--hosts/aptos/home.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
new file mode 100644
index 0000000..1215168
--- /dev/null
+++ b/hosts/aptos/home.nix
@@ -0,0 +1,12 @@
+{ pkgs, ... }: {
+  my.home = {
+    packages.enable = true;
+    fish.enable = true;
+    git.enable = true;
+    go.enable = true;
+    python.enable = true;
+    scanner.enable = true;
+    tmux.enable = true;
+    yt-dlp.enable = true;
+  };
+}