Update pkgs.

This commit is contained in:
CronyAkatsuki 2024-03-21 16:51:07 +01:00
parent acc11d70b2
commit eaa5eae5e6
2 changed files with 16 additions and 3 deletions

View File

@ -49,13 +49,11 @@
piper # ratbagd mice config gui piper # ratbagd mice config gui
krita # best drawing program krita # best drawing program
tutanota-desktop # fjdlkfjldjflkd tutanota-desktop # fjdlkfjldjflkd
delfin # jellyfin client
nurl # nix git config tool nurl # nix git config tool
lazygit # Amazing git tui lazygit # Amazing git tui
lm_sensors # Sensor monitoring tool lm_sensors # Sensor monitoring tool
feather # Amazing monero wallet feather # Amazing monero wallet
heroic # Epic games/gog game launcher heroic # Epic games/gog game launcher
protonvpn-gui # Proton vpn gui app
beets # Music tagger beets # Music tagger
nicotine-plus # Amazing soulseek client nicotine-plus # Amazing soulseek client
prismlauncher # Best minecraft launcher prismlauncher # Best minecraft launcher
@ -64,6 +62,7 @@
inputs.hb-downloader.packages.${pkgs.system}.default # My custom humble bundle bulk link extractor for aria2 list format inputs.hb-downloader.packages.${pkgs.system}.default # My custom humble bundle bulk link extractor for aria2 list format
protonup-qt # Proton ge manager protonup-qt # Proton ge manager
ungoogled-chromium # For sites that don't work with firefox based browsers ungoogled-chromium # For sites that don't work with firefox based browsers
abcde # CLI audio ripper
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font (nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
(retroarch.override { cores = with libretro; [ snes9x mgba ]; }) (retroarch.override { cores = with libretro; [ snes9x mgba ]; })
]; ];

View File

@ -60,7 +60,16 @@
extraConfigLuaPost = '' extraConfigLuaPost = ''
vim.notify = require("mini.notify").make_notify() vim.notify = require("mini.notify").make_notify()
''; '';
extraPackages = with pkgs; [ stylua isort black nixfmt jq shfmt ripgrep ]; extraPackages = with pkgs; [
stylua
isort
black
nixfmt
jq
shfmt
ripgrep
prettierd
];
plugins = { plugins = {
comment-nvim.enable = true; comment-nvim.enable = true;
@ -123,6 +132,8 @@
python = [ "isort" "black" ]; python = [ "isort" "black" ];
nix = [ "nixfmt" ]; nix = [ "nixfmt" ];
sh = [ "shfmt" ]; sh = [ "shfmt" ];
html = [ "prettierd" ];
css = [ "prettierd" ];
}; };
}; };
lint = { lint = {
@ -215,6 +226,9 @@
marksman.enable = true; marksman.enable = true;
gopls.enable = true; gopls.enable = true;
pyright.enable = true; pyright.enable = true;
html.enable = true;
emmet_ls.enable = true;
cssls.enable = true;
}; };
keymaps = { keymaps = {
diagnostic = { diagnostic = {