Compare commits
2 Commits
b15cc3fd18
...
82614c27db
| Author | SHA1 | Date | |
|---|---|---|---|
|
82614c27db
|
|||
|
69584f4eb9
|
31
config.nix
31
config.nix
@@ -29,37 +29,6 @@
|
|||||||
clipboard.providers.xclip.enable = true;
|
clipboard.providers.xclip.enable = true;
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
dashboard = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
settings = {
|
|
||||||
theme = "hyper";
|
|
||||||
|
|
||||||
config = {
|
|
||||||
header = [
|
|
||||||
"███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗"
|
|
||||||
"████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║"
|
|
||||||
"██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║"
|
|
||||||
"██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║"
|
|
||||||
"██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║"
|
|
||||||
"╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝"
|
|
||||||
""
|
|
||||||
];
|
|
||||||
|
|
||||||
shortcut = [
|
|
||||||
{
|
|
||||||
action = {
|
|
||||||
__raw = "function(path) vim.cmd('Telescope find_files') end";
|
|
||||||
};
|
|
||||||
desc = "Find Files";
|
|
||||||
key = "f";
|
|
||||||
icon = " ";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
telescope = {
|
telescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
nvim = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
nvim = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
||||||
module = nixvimModule;
|
module = nixvimModule;
|
||||||
|
inherit pkgs;
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
light = false;
|
light = false;
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
|
|
||||||
nvim-light = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
nvim-light = nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
||||||
module = nixvimModule;
|
module = nixvimModule;
|
||||||
|
inherit pkgs;
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
light = true;
|
light = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user