Add attic-client to work-wsl

This commit is contained in:
Andreas Zweili 2024-04-18 08:34:24 +02:00
parent 32ef8d3b5a
commit be99fa8313
1 changed files with 7 additions and 1 deletions

View File

@ -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 = {