update nvim, hyprpanel

This commit is contained in:
dim 2025-02-08 13:33:41 +07:00
parent 8fcccee072
commit 2eaa716f66
13 changed files with 28 additions and 21 deletions

View File

@ -27,4 +27,5 @@
tab_bar_style = "powerline"; tab_bar_style = "powerline";
}; };
}; };
stylix.targets.kitty.variant256Colors = true;
} }

View File

@ -3,7 +3,6 @@
autoGroups = { autoGroups = {
auto_quit.clear = true; auto_quit.clear = true;
autoview.clear = true; autoview.clear = true;
bufferline.clear = true;
checktime.clear = true; checktime.clear = true;
create_dir.clear = true; create_dir.clear = true;
editorconfig_filetype.clear = true; editorconfig_filetype.clear = true;

View File

@ -12,7 +12,7 @@
./plugins/utils.nix ./plugins/utils.nix
./plugins/dap.nix ./plugins/dap.nix
./plugins/telescope.nix ./plugins/telescope.nix
# ./plugins/zenmode.nix ./plugins/zenmode.nix
./plugins/project.nix ./plugins/project.nix
./plugins/treesitter.nix ./plugins/treesitter.nix

View File

@ -100,9 +100,6 @@
# Disable showing modes in command line # Disable showing modes in command line
showmode = false; showmode = false;
# Always show tabline
showtabline = 2;
# Show signs column # Show signs column
signcolumn = "yes"; signcolumn = "yes";

View File

@ -16,13 +16,9 @@
texthl = "DapLogPoint"; texthl = "DapLogPoint";
}; };
}; };
extensions = {
dap-go = {
enable = true;
delve.path = "${pkgs.delve}/bin/dlv";
};
dap-ui = { enable = true; };
dap-virtual-text = { enable = true; };
}; };
programs.nixvim.plugins = {
dap-virtual-text.enable = true;
dap-ui.enable = true;
}; };
} }

View File

@ -40,7 +40,7 @@
enable = true; enable = true;
sources = { sources = {
diagnostics = { diagnostics = {
golangci_lint.enable = true; golangci_lint.enable = false;
statix.enable = true; statix.enable = true;
}; };
formatting = { formatting = {

View File

@ -5,6 +5,7 @@
options.disabled_filetypes.statusline = options.disabled_filetypes.statusline =
[ "dashboard" "alpha" "neo-tree" ]; [ "dashboard" "alpha" "neo-tree" ];
options = { show_filename_only = false; };
alwaysDivideMiddle = true; alwaysDivideMiddle = true;
globalstatus = true; globalstatus = true;
ignoreFocus = [ "neo-tree" ]; ignoreFocus = [ "neo-tree" ];

View File

@ -8,6 +8,5 @@
settings.current_line_blame = false; settings.current_line_blame = false;
}; };
trouble.enable = true; trouble.enable = true;
bufferline.enable = true;
}; };
} }

View File

@ -1,5 +1,10 @@
# Thunar is a file explorer # Thunar is a file explorer
{ pkgs, ... }: { { pkgs, ... }: {
# ctrl + m to toggle the menubar # ctrl + m to toggle the menubar
home.packages = with pkgs.xfce; [ thunar xfconf tumbler ]; home.packages = with pkgs; [
xfce.thunar
xfce.xfconf
xfce.tumbler
file-roller
];
} }

View File

@ -61,11 +61,11 @@ in {
bar.workspaces.applicationIconEmptyWorkspace = ""; bar.workspaces.applicationIconEmptyWorkspace = "";
bar.workspaces.hideUnoccupied = false; bar.workspaces.hideUnoccupied = false;
bar.workspaces.monitorSpecific = false; bar.workspaces.monitorSpecific = false;
bar.workspaces.numbered_active_indicator = "color"; bar.workspaces.numbered_active_indicator = "underline";
bar.workspaces.showApplicationIcons = true; bar.workspaces.showApplicationIcons = false;
bar.workspaces.showIcons = true; bar.workspaces.showIcons = false;
bar.workspaces.workspaces = 5; bar.workspaces.workspaces = 5;
bar.workspaces.show_numbered = false; bar.workspaces.show_numbered = true;
menus.clock.time.hideSeconds = true; menus.clock.time.hideSeconds = true;
menus.clock.time.military = true; menus.clock.time.military = true;
menus.clock.weather.key = weatherapikey; menus.clock.weather.key = weatherapikey;

View File

@ -128,6 +128,7 @@
chromium chromium
remmina remmina
# inputs.zen-browser.packages."${pkgs.system}" # inputs.zen-browser.packages."${pkgs.system}"
marimo
]; ];
# Import my profile picture, used by the hyprpanel dashboard # Import my profile picture, used by the hyprpanel dashboard

View File

@ -16,5 +16,13 @@
}; };
}; };
}; };
extraConfig.pipewire = {
"92-clock-rate" = {
"context.properties" = {
"default.clock.quantum" = 2048;
"default.clock.force-quantum" = 2048;
};
};
};
}; };
} }

View File

@ -11,7 +11,7 @@
}; };
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;
kernelPackages = kernelPackages =
pkgs.linuxPackages_latest; # _zen, _hardened, _rt, _rt_latest, etc. pkgs.linuxPackages_zen; # _zen, _hardened, _rt, _rt_latest, etc.
# Silent boot # Silent boot
kernelParams = [ kernelParams = [