feat: Added tailscale overrides

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-05-04 03:58:44 +05:30
parent 7133046a8b
commit 613cee2bf7
3 changed files with 18 additions and 3 deletions

View File

@@ -6,13 +6,16 @@
imports = [
./tailscale.nix
];
programs = {home-manager.enable = true;};
programs = {
home-manager.enable = true;
bash.enable = true;
# fish.enable = true;
};
home = {
username = "deck";
homeDirectory = "/home/deck";
packages = with pkgs; [
_1password-cli
tailscale
(nixvim.makeNixvim (import ../neovim))
];
stateVersion = "24.11";