diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index 3dfc49f..6d40c3c 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -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";