some changes

This commit is contained in:
tx0 2025-03-09 14:18:19 +05:00
parent 4e6b81cb16
commit 9bd0699564
3 changed files with 24 additions and 1 deletions

View file

@ -20,7 +20,7 @@ in {
systemd.variables = ["--all"];
settings = {
monitor = [
"DP-1, 3440x1440@100, 1920x0, 1, vrr, 1"
"DP-1, 3440x1440@100, 1920x0, 1"
"HDMI-A-1, 1920x1200@60, 0x0, 1"
];

View file

@ -75,6 +75,14 @@ in {
};
binds.whichKey.enable = true;
keymaps = [
{
key = "<leader>e";
mode = "n";
silent = true;
action = "<cmd>Neotree filesystem toggle left<CR>";
}
];
treesitter.context.enable = false;
@ -97,6 +105,20 @@ in {
css.enable = true;
html.enable = true;
lua.enable = true;
ts = {
enable = true;
format.enable = true;
};
};
filetree.neo-tree = {
enable = true;
setupOpts = {
enableCursorhijack = true;
enable_git_status = true;
git_status_async = true;
open_files_in_last_window = true;
};
};
lazy.plugins = {

View file

@ -68,6 +68,7 @@
prismlauncher
inkscape
pinta
hoppscotch
# de
hyprpaper