This commit is contained in:
Sridhar Ratnakumar 2021-09-04 16:47:53 -04:00
parent 522c692408
commit 98646f9ff7
2 changed files with 7 additions and 1 deletions

View file

@ -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 = {

View file

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