set flake to master, changes in Makefile, vim and home
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 24s

This commit is contained in:
2026-05-12 15:10:03 +02:00
parent 6a80170d4d
commit 91702ec7a3
6 changed files with 14 additions and 15 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
# Updated: 2026/04/27 14:18:18 by tomoron ### ########.fr #
# Updated: 2026/05/11 13:55:58 by tomoron ### ########.fr #
# #
# **************************************************************************** #

View File

@ -12,7 +12,7 @@
"custom/fans" = {
exec-if = "test \"$(cat /sys/class/hwmon/hwmon6/fan1_input)\" -gt 0 -o \"$(cat /sys/class/hwmon/hwmon6/fan2_input)\" -gt 0";
exec = "echo \" \" \"$(cat /sys/class/hwmon/hwmon6/fan1_input).$(cat /sys/class/hwmon/hwmon6/fan2_input) |\"";
exec = "echo \" \" \"$(($(cat /sys/class/hwmon/hwmon6/fan1_input) / 100)).$(($(cat /sys/class/hwmon/hwmon6/fan2_input) / 100)) |\"";
interval = 1;
interval-if = 1;
};

View File

@ -9,7 +9,7 @@
config = lib.mkIf config.mods.game.enable {
home.packages = with pkgs;[
lutris
# lutris (broken)
mangohud
moonlight-qt
prismlauncher

View File

@ -18,7 +18,6 @@
home.packages = with pkgs; [
clang-tools
nixd
rust-analyzer
nodejs_24
glsl_analyzer
(pkgs.python3.withPackages (ps: with ps; [