seeing if it's easier to fork tA's nixos laptop config rather than make one from scratch (more or less).
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
83B

  1. { pkgs, ... }: {
  2. fonts.fonts = with pkgs; [
  3. tewi-font
  4. inconsolata
  5. ];
  6. }