diff --git a/modules/system.nix b/modules/system.nix index c226201..6eab8ba 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -25,6 +25,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ vim + nixd ]; # Define a user account. Don't forget to set a password with ‘passwd’.