diff options
| author | Baitinq <[email protected]> | 2025-08-31 17:13:55 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-08-31 17:13:55 +0200 |
| commit | 217940a0e4fac1da3ff69808d89247c641a6e732 (patch) | |
| tree | 87804c3608e736d9c17277fa1626e5cc1cb289aa /hosts/configuration.nix | |
| parent | Hardware: PC: Openrgb (diff) | |
| download | nixos-config-217940a0e4fac1da3ff69808d89247c641a6e732.tar.gz nixos-config-217940a0e4fac1da3ff69808d89247c641a6e732.tar.bz2 nixos-config-217940a0e4fac1da3ff69808d89247c641a6e732.zip | |
Set zsh as default shell
Diffstat (limited to 'hosts/configuration.nix')
| -rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 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 = { |