coolercontrol
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ in
|
|||||||
bottles
|
bottles
|
||||||
chromium
|
chromium
|
||||||
compose2nix
|
compose2nix
|
||||||
|
coolercontrol.coolercontrol-gui
|
||||||
deadnix
|
deadnix
|
||||||
discord
|
discord
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ in
|
|||||||
];
|
];
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTpm2 = true;
|
tpm2.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user