coolercontrol

This commit is contained in:
mjallen18
2024-10-05 14:38:00 -05:00
parent 55b96c2d7e
commit 0b138c5af6
4 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ in
{ {
# Configure bootloader with lanzaboot and secureboot # Configure bootloader with lanzaboot and secureboot
boot = { boot = {
kernelModules = [ "nct6775" ];
loader = { loader = {
systemd-boot = { systemd-boot = {
enable = lib.mkForce false; enable = lib.mkForce false;

View File

@@ -36,7 +36,7 @@ in
./sops.nix ./sops.nix
../default.nix ../default.nix
# specialisations # specialisations
./cosmic # ./cosmic
./hyprland ./hyprland
./gnome ./gnome
]; ];
@@ -177,6 +177,11 @@ in
programs.gamemode.enable = lib.mkDefault true; programs.gamemode.enable = lib.mkDefault true;
programs.coolercontrol = {
enable = true;
};
# Configure environment # Configure environment
environment = { environment = {
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
@@ -208,6 +213,7 @@ in
rclone-browser rclone-browser
rsync rsync
sbctl sbctl
udisks2
vim vim
vulkan-tools vulkan-tools
wget wget

View File

@@ -64,6 +64,7 @@ in
bottles bottles
chromium chromium
compose2nix compose2nix
coolercontrol.coolercontrol-gui
deadnix deadnix
discord discord
fastfetch fastfetch

View File

@@ -39,7 +39,7 @@ in
]; ];
systemd = { systemd = {
enable = true; enable = true;
enableTpm2 = true; tpm2.enable = true;
}; };
}; };
}; };