From c128fa2bcd3343c4cb6bc8da641ddf1588922b9d Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 12 Nov 2025 18:26:55 +0100 Subject: [PATCH] Changed default shell to nushell --- commit_text | 2 +- configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commit_text b/commit_text index d5149ba..0be86f7 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added krita +Changed default shell to nushell diff --git a/configuration.nix b/configuration.nix index 39b73ba..44dd443 100644 --- a/configuration.nix +++ b/configuration.nix @@ -209,6 +209,7 @@ in "wheel" ]; initialPassword = "initialPassword"; + shell = pkgs.nushell; }; programs.kdeconnect.enable = true;