From 98646f9ff7228dad3d2df0c03e4081164b88f82b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 4 Sep 2021 16:47:53 -0400 Subject: [PATCH] .. --- home.nix | 5 ++++- hosts/x1c7.nix | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index b1aff57..afcb695 100644 --- a/home.nix +++ b/home.nix @@ -36,9 +36,12 @@ rec { aria2 # ^ easy to forget these; write SRS? hledger - hledger-web # latex # texlive.combined.scheme-full + git-remote-gcrypt + + nodePackages.mermaid-cli + asciidoctor ]; programs = { diff --git a/hosts/x1c7.nix b/hosts/x1c7.nix index 6900bdf..43ac227 100644 --- a/hosts/x1c7.nix +++ b/hosts/x1c7.nix @@ -29,6 +29,9 @@ support32Bit = true; }; + # TODO: upstream to nixos-hardware + hardware.trackpoint.device = "TPPS/2 Elan TrackPoint"; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;