Update
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
./plugins/ui.nix
|
||||
./plugins/utils.nix
|
||||
./plugins/zen-mode.nix
|
||||
./plugins/neorg.nix
|
||||
|
||||
./options.nix
|
||||
./colorscheme.nix
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ vimPlugins.neorg ];
|
||||
|
||||
programs.nixvim.plugins = {
|
||||
neorg = {
|
||||
enable = true;
|
||||
modules = {
|
||||
"core.defaults" = { __empty = null; };
|
||||
"core.dirman" = {
|
||||
config = { workspaces = { home = "~/nextcloud/neorg"; }; };
|
||||
};
|
||||
"core.concealer" = { config.folds = false; };
|
||||
"core.export" = { __empty = null; };
|
||||
"core.ui.calendar" = { __empty = null; };
|
||||
"core.integrations.telescope" = { __empty = null; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.nixvim.keymaps = [
|
||||
{
|
||||
key = "<leader>nh";
|
||||
action = "<cmd>Telescope neorg search_headings<cr>";
|
||||
options.desc = "Neorg Search Headings";
|
||||
}
|
||||
{
|
||||
key = "<leader>nf";
|
||||
action = "<cmd>Telescope neorg find_norg_files<cr>";
|
||||
options.desc = "Neorg Search Files";
|
||||
}
|
||||
];
|
||||
}
|
||||
@@ -114,12 +114,15 @@
|
||||
"ELECTRON_OZONE_PLATFORM_HINT,auto"
|
||||
"GTK_THEME,FlatColor:dark"
|
||||
"GTK2_RC_FILES,/home/hadi/.local/share/themes/FlatColor/gtk-2.0/gtkrc"
|
||||
"NVD_BACKEND,direct"
|
||||
#"WLR_DRM_DEVICES,$HOME/.config/hypr/card"
|
||||
# "HYPRCURSOR_THEME,macOS"
|
||||
# "HYPRCURSOR_SIZE,16"
|
||||
# "XCURSOR_SIZE,16"
|
||||
];
|
||||
|
||||
cursor = { no_hardware_cursors = true; };
|
||||
|
||||
general = {
|
||||
resize_on_border = true;
|
||||
gaps_in = config.var.theme.gaps-in;
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
|
Before Width: | Height: | Size: 5.9 MiB After Width: | Height: | Size: 5.9 MiB |
Reference in New Issue
Block a user