feat(etna): add attic
This commit is contained in:
parent
8c1ee688b6
commit
3dd4526878
7 changed files with 114 additions and 6 deletions
|
@ -1,4 +1,13 @@
|
|||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
attic,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
attic.packages.${pkgs.system}.attic
|
||||
];
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "leo";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue