From 14b6bbca8ef35569b9e4a8cf500b9a95c8f025e5 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 26 Apr 2024 12:40:06 +0200 Subject: [PATCH] enable nushell --- common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.nix b/common.nix index 01d9da4..12ff36a 100644 --- a/common.nix +++ b/common.nix @@ -75,6 +75,12 @@ hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; + programs = { + nushell = { + enable = true; + }; + }; + services.openssh = { enable = true; banner = "Hackers are in Your System!!!\n";