The nixpad rabbit hole

This commit is contained in:
2025-12-30 07:07:10 +02:00
parent 6a40fb1f5a
commit adddfdd16d
12 changed files with 314 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tdlib
emacsPackages.mu4e
emacs
ripgrep
coreutils
fd
aspell aspellDicts.en
zlib
pkg-config
libwebp
];
}