some changes
This commit is contained in:
parent
4e6b81cb16
commit
9bd0699564
|
@ -20,7 +20,7 @@ in {
|
||||||
systemd.variables = ["--all"];
|
systemd.variables = ["--all"];
|
||||||
settings = {
|
settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-1, 3440x1440@100, 1920x0, 1, vrr, 1"
|
"DP-1, 3440x1440@100, 1920x0, 1"
|
||||||
"HDMI-A-1, 1920x1200@60, 0x0, 1"
|
"HDMI-A-1, 1920x1200@60, 0x0, 1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,14 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
binds.whichKey.enable = true;
|
binds.whichKey.enable = true;
|
||||||
|
keymaps = [
|
||||||
|
{
|
||||||
|
key = "<leader>e";
|
||||||
|
mode = "n";
|
||||||
|
silent = true;
|
||||||
|
action = "<cmd>Neotree filesystem toggle left<CR>";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
treesitter.context.enable = false;
|
treesitter.context.enable = false;
|
||||||
|
|
||||||
|
@ -97,6 +105,20 @@ in {
|
||||||
css.enable = true;
|
css.enable = true;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
lua.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 = {
|
lazy.plugins = {
|
||||||
|
|
|
@ -68,6 +68,7 @@
|
||||||
prismlauncher
|
prismlauncher
|
||||||
inkscape
|
inkscape
|
||||||
pinta
|
pinta
|
||||||
|
hoppscotch
|
||||||
|
|
||||||
# de
|
# de
|
||||||
hyprpaper
|
hyprpaper
|
||||||
|
|
Loading…
Reference in a new issue