infinitude: add tart

This commit is contained in:
Sridhar Ratnakumar 2025-07-20 21:21:07 -04:00
parent 7aa2a1d247
commit fe06ad6a8c

View file

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