aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/default.nix b/home/default.nix
index 1c4797d..35ced24 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -5,7 +5,7 @@
"sefidel@alpha" = self.lib.mkHome {
username = "sefidel";
hostname = "alpha";
- pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; };
+ pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay helix.overlays.default ]; };
extraModules = [
./profiles/populate.nix