feat: Added stuff from steamdeck

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-05-04 05:53:14 +05:30
parent a67d3353e2
commit 13dedfa654
3 changed files with 22 additions and 12 deletions

View File

@@ -6,5 +6,11 @@
imports = [
../modules/home/tailscale.nix
];
services.tailscale.enable = true;
services.tailscale = {
enable = false;
};
home.packages = [
pkgs.tailscale
];
}