update stuff

This commit is contained in:
2025-01-13 17:23:41 +01:00
parent dbd50e4a65
commit 8a1ff0202f
6 changed files with 52 additions and 17 deletions

View File

@@ -54,6 +54,7 @@
ranger
neofetch
filezilla
yubikey-manager
# rquickshare
];
}

View File

@@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
plugins = {
conform-nvim.settings.formatters_by_ft.python = [ "black" ];
lsp.servers.pylsp.enable = true;
lsp.servers.pyright.enable = true;
};
extraPackages = [ pkgs.black ];
};