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";