From ed91672eb0516c3e321e91e68c0e57b97f18f1bf Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 11 May 2024 11:40:01 -0400 Subject: [PATCH] Added direnv and netbird --- hosts/kim/configuration.nix | 2 ++ hosts/kim/home.nix | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 530301a..e757d3a 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -120,6 +120,7 @@ helvum python3 element-desktop + netbird-ui ]; # Some programs need SUID wrappers, can be configured further or are @@ -135,6 +136,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; services.flatpak.enable = true; + services.netbird.enable = true; hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; diff --git a/hosts/kim/home.nix b/hosts/kim/home.nix index 8c18e59..45f0807 100644 --- a/hosts/kim/home.nix +++ b/hosts/kim/home.nix @@ -79,6 +79,15 @@ SUDO_EDITOR = "vim"; }; + programs = { + direnv = { + enable = true; + enableBashIntegration = true; + nix-direnv.enable = true; + }; + + bash-enable = true; + }; programs.vscode = { enable = true; extensions = with pkgs.vscode-extensions; [