update system

This commit is contained in:
2025-05-04 12:57:55 +02:00
parent df0600601b
commit 34a7ef00fd
18 changed files with 717 additions and 81 deletions

View File

@@ -35,14 +35,15 @@
src = zsh-nix-shell;
}
];
initExtraFirst = # sh
''
if [[ -r "''${XDG_CACHE_HOME:-''$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh" ]]; then
source "''${XDG_CACHE_HOME:-''$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh"
fi
[[ ! -f ${./.p10k.zsh} ]] || source ${./.p10k.zsh}
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
'';
initContent =
pkgs.lib.mkBefore # sh
''
if [[ -r "''${XDG_CACHE_HOME:-''$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh" ]]; then
source "''${XDG_CACHE_HOME:-''$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh"
fi
[[ ! -f ${./.p10k.zsh} ]] || source ${./.p10k.zsh}
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
'';
};
direnv = {
enable = true;

View File

@@ -21,6 +21,13 @@
"+ss10"
];
};
box-drawing = {
mode = "native";
sizes.default = [
1
3
];
};
};
wayland.windowManager.hyprland.settings.windowrulev2 = [
# For some reason it really wants to be maximized
@@ -35,6 +42,7 @@
neovide_hide_mouse_when_typing = true;
experimental_layer_grouping = true;
neovide_cursor_vfx_mode = "pixiedust";
neovide_cursor_trail_size = 0.7;
};
};
}

View File

@@ -33,7 +33,7 @@
presets = {
auto-save.enable = true;
auto-format.enable = true;
harpoon.enable = true;
# harpoon.enable = true;
lazygit.enable = true;
mergetool.enable = true;
trouble.enable = true;

View File

@@ -69,7 +69,7 @@ in
plugins = {
lsp = {
enable = true;
inlayHints = true;
inlayHints = false;
};
telescope = {
enable = true;

View File

@@ -31,10 +31,12 @@ in
settings = {
options = {
globalstatus = true;
section_separators = {
left = "";
right = "";
};
/*
section_separators = {
left = "";
right = "";
};
*/
component_separators = {
left = "";
right = "";
@@ -44,10 +46,12 @@ in
lualine_a = [
{
__unkeyed-1 = "mode";
separator = {
right = "";
left = "";
};
/*
separator = {
right = "";
left = "";
};
*/
icon = "";
}
];
@@ -55,10 +59,12 @@ in
lualine_z = [
{
__unkeyed-1 = "location";
separator = {
right = "";
left = "";
};
/*
separator = {
right = "";
left = "";
};
*/
}
];
};