docs: simplify README to focus on machine list and update flake references
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{pkgs, ...}: let
|
||||
{
|
||||
pkgs,
|
||||
stablePkgs,
|
||||
...
|
||||
}: let
|
||||
mkMappings = mappings:
|
||||
[]
|
||||
++ (pkgs.lib.optionals (builtins.hasAttr "normal" mappings) (mkMode mappings.normal "n"))
|
||||
@@ -251,6 +255,7 @@ in {
|
||||
|
||||
lualine = {
|
||||
enable = true;
|
||||
# package = stablePkgs.vimPlugins.lualine-nvim;
|
||||
};
|
||||
|
||||
neotest = {
|
||||
|
||||
Reference in New Issue
Block a user