mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-17 12:57:58 +08:00
..
This commit is contained in:
parent
522c692408
commit
98646f9ff7
2 changed files with 7 additions and 1 deletions
5
home.nix
5
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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue