Activated nnn plugins.

Added pt serif font.
This commit is contained in:
vorboyvo 2024-11-06 17:37:37 -05:00
parent 5ddde25b7c
commit 3dfa0d269c

View file

@ -129,6 +129,7 @@ in {
archivo
highway-gothic
merriweather-sans
paratype-pt-serif
font-awesome
] ++ # Fonts
# [ papirus-icon-theme ] ++ # Icons
@ -224,6 +225,14 @@ in {
programs.nnn = {
enable = true;
plugins = {
src = pkgs.fetchFromGitHub {
owner = "jarun";
repo = "nnn";
rev = "v4.9";
hash = "sha256-g19uI36HyzTF2YUQKFP4DE2ZBsArGryVHhX79Y0XzhU=";
};
};
};
xdg.desktopEntries.nnn = {
name = "nnn";