update
This commit is contained in:
20
modules/home-manager/nb.nix
Normal file
20
modules/home-manager/nb.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
nb
|
||||
tig
|
||||
w3m
|
||||
];
|
||||
|
||||
programs = {
|
||||
pandoc = {
|
||||
enable = true;
|
||||
};
|
||||
bat = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user