Add nb
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./kitty
|
./kitty
|
||||||
|
./nb
|
||||||
./nvim
|
./nvim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
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