From c0b9780594366f9256b6f46ac0955d70281c38b6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Mar 2024 06:19:29 -0800 Subject: install my own scripts This is the first step to re-enable installing custom scripts. The next step will be to rename `tools` to `packages`, and then if needed I will be able to support overlays. --- hosts/mba/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/mba') diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 081e22a..7d20580 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, self, ... }: { services.nix-daemon.enable = true; @@ -21,5 +21,5 @@ home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.fcuny = import ../../nix/profiles/home-manager/personal.nix; + home-manager.users.fcuny = import ../../nix/profiles/home-manager/personal.nix { inherit pkgs self; }; } -- cgit v1.2.3