From 1655468b949829a7bf6fe1a79a60a636e407c5ca Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 8 Mar 2024 22:35:52 +0100 Subject: make it somewhat make sense --- machines/lemptop.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/lemptop.nix b/machines/lemptop.nix index 5c9b5e0..fb05a3d 100644 --- a/machines/lemptop.nix +++ b/machines/lemptop.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, modulesPath, ... }: - +with lib; { imports = [ (modulesPath + "/installer/scan/not-detected.nix") @@ -30,6 +30,12 @@ -----END CERTIFICATE----- ''; }; + users.users.${ivi.username} = { + shell = pkgs.zsh; + }; + environment.shells = [pkgs.bashInteractive pkgs.zsh]; + environment.pathsToLink = [ "/share/zsh" ]; + programs.zsh.enable = true; documentation.dev.enable = true; networking.hostName = "lemptop"; -- cgit v1.2.3