upd
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# monolisa.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# fred-drake.url = "github:fred-drake/neovim";
|
||||
# fred-drake.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -24,6 +20,7 @@
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
unlisted-fonts,
|
||||
nixvim,
|
||||
...
|
||||
} @ inputs: let
|
||||
info = import ./info.nix;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{...}: {
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
enable = true;
|
||||
settings = {
|
||||
vim_keys = true;
|
||||
};
|
||||
|
||||
@@ -4,7 +4,14 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
plugins.web-devicons.enable = true;
|
||||
# `plugins.mini.enable` with `plugins.mini.modules.icons` and `plugins.mini.mockDevIcons`.
|
||||
# plugins.web-devicons.enable = true;
|
||||
plugins.mini = {
|
||||
enable = true;
|
||||
mockDevIcons = true;
|
||||
modules = [
|
||||
];
|
||||
};
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
@@ -16,13 +16,13 @@ in {
|
||||
# ripgrep
|
||||
# ];
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.default
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
];
|
||||
programs.neovim.enable = true;
|
||||
programs.nixvim = {
|
||||
imports = [
|
||||
./custom/dashboard.nix
|
||||
./custom/telescope.nix
|
||||
# ./custom/telescope.nix
|
||||
];
|
||||
enable = true;
|
||||
plugins = {
|
||||
|
||||
Reference in New Issue
Block a user