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; [