Skip to content

JaysFreaky/fancontrol-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fancontrol-gui

This is a GUI for lm-sensor's fancontrol, ported & packaged for NixOS.

Follow the steps below to use in a flake-enabled environment:

01. Add flake input

Inside your flake.nix file, add the following to your inputs:

inputs.fancontrol-gui.url = "github:JaysFreaky/fancontrol-gui";

02. Set overlay

Add the input's overlay to your system:

nixpkgs.overlays = [ inputs.fancontrol-gui.overlays.default ];

03. Declare systemPackage

To use this package, declare it as below:

environment.systemPackages = [
  pkgs.fancontrol_gui
];

Credits

Maldela created fancontrol-gui, which can greatly assist in setting up fan curves via pwmconfig/fancontrol. I've used it before on a Fedora system to create a base curve, and wanted to package it for NixOS.

About

NixOS port of fancontrol-gui

Topics

Resources

License

Stars

Watchers

Forks

Languages