Add nb
This commit is contained in:
14
users/configs/system/nb/default.nix
Normal file
14
users/configs/system/nb/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ack
|
||||
bat
|
||||
imagemagick
|
||||
nb
|
||||
nmap
|
||||
pandoc
|
||||
ripgrep
|
||||
w3m
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user