This commit is contained in:
Hadi
2024-08-18 23:29:08 +02:00
parent 246b5b6c8e
commit 7fab715859
14 changed files with 75 additions and 743 deletions

View File

@@ -9,7 +9,6 @@
./plugins/ui.nix
./plugins/utils.nix
./plugins/zen-mode.nix
./plugins/neorg.nix
./options.nix
./colorscheme.nix

View File

@@ -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";
}
];
}

View File

@@ -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;

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

Before

Width:  |  Height:  |  Size: 5.9 MiB

After

Width:  |  Height:  |  Size: 5.9 MiB