This commit is contained in:
2025-04-17 19:55:32 -04:00
parent 71528ed396
commit 79c25224b1
13 changed files with 660 additions and 349 deletions

View File

@@ -0,0 +1,20 @@
{
pkgs,
config,
...
}: {
home.packages = with pkgs; [
nb
tig
w3m
];
programs = {
pandoc = {
enable = true;
};
bat = {
enable = true;
};
};
}