This commit is contained in:
iFargle 2024-01-07 18:50:39 +09:00
parent 65cc86d86a
commit db7f358be9

View file

@ -25,7 +25,7 @@
# Set the networking hostname: # Set the networking hostname:
networking.hostName = "nixos-desktop"; networking.hostName = "nixos-desktop";
programs.gamemode = { programs.gamemode = {
enable = true; enable = true;
enableRenice = true; enableRenice = true;
@ -44,6 +44,7 @@
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'"; end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
}; };
}; };
};
hardware = { hardware = {
opengl = { opengl = {