summaryrefslogtreecommitdiff
path: root/machines/v
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-05-25 10:02:50 +0000
committerRaghuram Subramani <raghus2247@gmail.com>2024-05-25 10:02:50 +0000
commit13d652e4a395e0b205d933100aa47efee9343952 (patch)
tree5094cd25e9340d91abba5b1496c8bc5495270038 /machines/v
parent3ec4d373c60491567b067504b5aac4d087b05d23 (diff)
update
Diffstat (limited to 'machines/v')
-rw-r--r--machines/v/home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/v/home.nix b/machines/v/home.nix
index 5e4ed4d..46ffb93 100644
--- a/machines/v/home.nix
+++ b/machines/v/home.nix
@@ -24,6 +24,10 @@
git-lfs
];
+ programs.bash.initExtra = ''
+ . "$HOME/.nix-profile/etc/profile.d/nix.sh"
+ '';
+
imports = (map (path: ../../config/${path}) [
"bash.nix"
"dotfiles.nix"