Skip to content

Commit 799a058

Browse files
committed
better vim markdown view
1 parent 2fd4ad6 commit 799a058

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

nix/configuration.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,5 +1091,11 @@ in {
10911091
# AI
10921092
#
10931093
services.ollama.enable = true;
1094+
#
1095+
# Fonts
1096+
#
1097+
fonts.packages = builtins.filter lib.attrsets.isDerivation (
1098+
builtins.attrValues pkgs.nerd-fonts
1099+
);
10941100
};
10951101
}

nix/doom.nix

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,22 @@ in
7272
-file ${../bak/doom/SimpleSlots.1.1.pk7}
7373
'';
7474
}
75+
// fj.mkFirejailCustom {
76+
pkg = "doom-furdoom";
77+
dir = "doom";
78+
exe = ''
79+
${vkdm}/bin/vkdoom \
80+
-iwad ${../bak/doom/freedoom-0.13.0/freedoom2.wad} \
81+
-file "${duhd}/1 lights2.wad" "${duhd}/8 DHTP Textures.pk3" "${duhd}/9 JFO.wad" "${duhd}/10 HD_SFX.wad" "${duhd}/12 Flashlight++.pk3" "${duhd}/13 Tilt++.pk3" "${duhd}/14 brightmaps2.wad" "${duhd}/16 d3snds.wad" "${duhd}/17 brutaldoom_stuff.wad" "${duhd}/19 SpriteShadow.wad" "${duhd}/20 WorldGamma.wad" "${duhd}/21 BloomBoost.wad" "${duhd}/22 MotionBlur.pk3" "${duhd}/23 hires_decals.wad" "${duhd}/24 Terrains.wad" "${duhd}/25 HD HUD.pk3" "${duhd}/26 Liquids.pk3" "${duhd}/27 marcelus_hd_sprites.pk3" "${duhd}/29 Universal Rain and Snow v3.pk3" "${duhd}/30 OST Remake.pk3" "${duhd}/31 texture_lights.wad" "${duhd}/0 Parallax PBR.pk3" \
82+
-file ${../bak/doom/HD_Map_Enhancements.wad} \
83+
-file ${../bak/doom/FURDoom_BETAv0.1.pk3} \
84+
-file "${../bak/doom/liquid}/Liquid Texture Pack/(GZDoom) Liquid Texture Pack V4.0.pk3" \
85+
-file "${../bak/doom/liquid}/Glowing Toxic Texture Pack/LTP V4.0 Glowing Toxic Texture Addon.pk3" \
86+
-file "${../bak/doom/liquid}/Shader Pack/LTP V4.0 Shader pack.pk3" \
87+
-file "${../bak/doom/liquid}/Shader Pack/LTP V4.0 Sky shader addon.pk3" \
88+
-file ${../bak/doom/nashgore.pk3} \
89+
-file ${../bak/doom/dblood.pk3} \
90+
-file ${../bak/doom/SimpleSlots.1.1.pk7}
91+
'';
92+
}
7593
)

pub/vi/nix/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ in
9393
neoformat
9494
vim-terraform
9595
vim-commentary
96+
render-markdown-nvim
9697
#
9798
# Productivity
9899
#

0 commit comments

Comments
 (0)