Activated nnn plugins.
Added pt serif font.
This commit is contained in:
parent
5ddde25b7c
commit
3dfa0d269c
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue