diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/home.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 0582ed2..6227345 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -87,6 +87,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID99gQ/AgXhgwAjs+opsRXMbWpXFRT2aqAOUbN3DsrhQ (none)" ]; + shell = pkgs.zsh; }; }; @@ -217,6 +218,7 @@ }; programs = { + zsh.enable = true; gnupg.agent.enable = true; ssh = { diff --git a/hosts/home.nix b/hosts/home.nix index c24a63e..144897c 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -299,6 +299,7 @@ enable = true; oh-my-zsh.enable = true; + profileExtra = builtins.readFile "${dotfiles}/.bash_profile"; plugins = [ { |