This commit is contained in:
2023-07-04 20:35:31 +01:00
parent b36d7ffe20
commit 271c2aec5c
2 changed files with 15 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./kitty ./kitty
./nb
./nvim ./nvim
]; ];
} }

View File

@@ -0,0 +1,14 @@
{pkgs, ...}:
{
home.packages = with pkgs; [
ack
bat
imagemagick
nb
nmap
pandoc
ripgrep
w3m
];
}