mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
infinitude: add tart
This commit is contained in:
parent
7aa2a1d247
commit
fe06ad6a8c
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue