diff --git a/home-manager/profiles/work-wsl.nix b/home-manager/profiles/work-wsl.nix index 9d6497b..107da50 100644 --- a/home-manager/profiles/work-wsl.nix +++ b/home-manager/profiles/work-wsl.nix @@ -1,4 +1,9 @@ -{ config, pkgs, ... }: +{ + config, + inputs, + pkgs, + ... +}: { imports = [ ./headless.nix ]; @@ -29,6 +34,7 @@ tree unzip wget + inputs.attic.packages.${pkgs.system}.attic-client ]; }; nix = {