vim: add lsp_signature, set exrc remove pylsp-mypy package (broken)
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 30s

This commit is contained in:
2026-07-09 13:50:14 +02:00
parent 69915d089d
commit ec8b9eb1b8
5 changed files with 44 additions and 35 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/09/05 23:42:18 by tomoron #+# #+# #
# Updated: 2026/06/22 15:42:08 by tomoron ### ########.fr #
# Updated: 2026/07/07 17:49:04 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -18,6 +18,8 @@
"libvirtd" # can use libvirtd
"dialout" # can use serial devices
"wireshark" # can use wireshask
"plugdev" #some esp things
];
};
users.groups.plugdev = {};
}