From abdf0d21e0313ad7cae7210591610f0002095982 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Fri, 12 Apr 2024 13:33:36 +0300 Subject: [PATCH] add nushell in /etc/shells --- nixos/laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/laptop/default.nix b/nixos/laptop/default.nix index ee34318..29c019a 100644 --- a/nixos/laptop/default.nix +++ b/nixos/laptop/default.nix @@ -81,7 +81,7 @@ variables = { EDITOR = "nvim"; }; - shells = with pkgs; [ zsh ]; + shells = with pkgs; [ zsh nushell ]; etc = { "xdg/user-dirs.conf".text = '' enabled=True