From be99fa831378c64089e71b48a00239069411865f Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 18 Apr 2024 08:34:24 +0200 Subject: [PATCH] Add attic-client to work-wsl --- home-manager/profiles/work-wsl.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 = {