feat: markdown to html script
- add binary: md2html - nvf: add snack nvim
This commit is contained in:
parent
16da0a0a4d
commit
d7cf0baf67
10 changed files with 246 additions and 199 deletions
|
|
@ -6,15 +6,10 @@
|
|||
osConfig,
|
||||
...
|
||||
}:
|
||||
let
|
||||
md2html = pkgs.callPackage ../scripts/md2html.nix { };
|
||||
in
|
||||
{
|
||||
programs.poetry = {
|
||||
enable = true;
|
||||
settings = {
|
||||
virtualenvs.create = true;
|
||||
virtualenvs.in-project = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -93,6 +88,8 @@
|
|||
ffmpegthumbnailer
|
||||
|
||||
thunderbird
|
||||
|
||||
md2html
|
||||
]
|
||||
++ (
|
||||
if osConfig.programs.steam.enable then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue