mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
update stuff
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
ranger
|
||||
neofetch
|
||||
filezilla
|
||||
yubikey-manager
|
||||
# rquickshare
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user