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
boot = {
kernelModules = [ "nct6775" ];
loader = {
systemd-boot = {
enable = lib.mkForce false;

View File

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

View File

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

View File

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