This commit is contained in:
4DBug
2026-03-23 08:24:07 -05:00
parent 650f0469bc
commit 2ab5eff599
7 changed files with 33 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
{ ... }: {
den.aspects.sshuttle = {
nixos = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
python
sshuttle
];
};
};
}

View File

@@ -1,5 +1,5 @@
{ den, ... }: {
den.aspects.utilities = {
includes = with den.aspects; [ system-utils desktop-utils fonts ];
includes = with den.aspects; [ system-utils desktop-utils fonts sshuttle ];
};
}
}