From 1147d5ad47e4e8ea5f4973fed393d489036a6afc Mon Sep 17 00:00:00 2001 From: Xory Date: Mon, 1 Sep 2025 16:19:35 +0300 Subject: [PATCH] make zsh default --- hosts/nixvm/configuration.nix | 1 + hosts/nixvm/home.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/nixvm/configuration.nix b/hosts/nixvm/configuration.nix index 0b652c4..09ffaba 100644 --- a/hosts/nixvm/configuration.nix +++ b/hosts/nixvm/configuration.nix @@ -92,6 +92,7 @@ kdePackages.kate # thunderbird ]; + shell = pkgs.zsh; }; # Enable automatic login for the user. diff --git a/hosts/nixvm/home.nix b/hosts/nixvm/home.nix index 04b2580..7f2c299 100644 --- a/hosts/nixvm/home.nix +++ b/hosts/nixvm/home.nix @@ -25,6 +25,7 @@ syntaxHighlighting.enable = true; }; programs.starship.enable = true; + home.shellPackage = pkgs.zsh; programs.kitty = { enable = true;