add logitech wireless and nasm
Some checks failed
Build iso when a new version is pushed / test (push) Has been cancelled

This commit is contained in:
2025-04-09 16:44:27 +02:00
parent 925284b0dc
commit d50f3f9d43
5 changed files with 21 additions and 17 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 01:43:46 by tomoron #+# #+# #
# Updated: 2025/03/12 16:49:41 by tomoron ### ########.fr #
# Updated: 2025/04/03 13:24:06 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -57,4 +57,7 @@
system.stateVersion = "24.05";
environment.etc.nixosFlakeName.text = "${flakeName}";
hardware.logitech.wireless.enable = true;
hardware.logitech.wireless.enableGraphical = true;
}