Activated nnn plugins.
Added pt serif font.
This commit is contained in:
parent
5ddde25b7c
commit
3dfa0d269c
|
|
@ -129,6 +129,7 @@ in {
|
||||||
archivo
|
archivo
|
||||||
highway-gothic
|
highway-gothic
|
||||||
merriweather-sans
|
merriweather-sans
|
||||||
|
paratype-pt-serif
|
||||||
font-awesome
|
font-awesome
|
||||||
] ++ # Fonts
|
] ++ # Fonts
|
||||||
# [ papirus-icon-theme ] ++ # Icons
|
# [ papirus-icon-theme ] ++ # Icons
|
||||||
|
|
@ -224,6 +225,14 @@ in {
|
||||||
|
|
||||||
programs.nnn = {
|
programs.nnn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
plugins = {
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "jarun";
|
||||||
|
repo = "nnn";
|
||||||
|
rev = "v4.9";
|
||||||
|
hash = "sha256-g19uI36HyzTF2YUQKFP4DE2ZBsArGryVHhX79Y0XzhU=";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
xdg.desktopEntries.nnn = {
|
xdg.desktopEntries.nnn = {
|
||||||
name = "nnn";
|
name = "nnn";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue