diff --git a/configurations/darwin/infinitude.nix b/configurations/darwin/infinitude.nix index c72ae4f..25ece7b 100644 --- a/configurations/darwin/infinitude.nix +++ b/configurations/darwin/infinitude.nix @@ -1,5 +1,5 @@ # Configuration for my M1 Macbook Max as headless server -{ flake, ... }: +{ flake, pkgs, ... }: let inherit (flake) inputs; @@ -19,6 +19,8 @@ in # Using GUI app; so disable this. # services.tailscale.enable = true; + environment.systemPackages = [ pkgs.tart ]; + system.keyboard = { enableKeyMapping = true; remapCapsLockToControl = true;