Change kernel and add corectl
This commit is contained in:
parent
fd710c41f5
commit
65ddfeec6f
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
# Temporarily pin to 6.12 to fix llvm/rocm build
|
# Temporarily pin to 6.12 to fix llvm/rocm build
|
||||||
# https://github.com/NixOS/nixpkgs/issues/368672#issuecomment-2608697421
|
# https://github.com/NixOS/nixpkgs/issues/368672#issuecomment-2608697421
|
||||||
# boot.kernelPackages = pkgs.linuxPackages_6_12;
|
# boot.kernelPackages = pkgs.linuxPackages_6_12;
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
# nct6775 - for monitoring functions on ASUS ROG STRIX B550-F GAMING WIFI II
|
# nct6775 - for monitoring functions on ASUS ROG STRIX B550-F GAMING WIFI II
|
||||||
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
||||||
|
|
||||||
|
@ -244,6 +245,7 @@
|
||||||
vorta # borg backup UI
|
vorta # borg backup UI
|
||||||
ncdu # nncurses tool for examining disk usage
|
ncdu # nncurses tool for examining disk usage
|
||||||
psmisc # process tools like killall
|
psmisc # process tools like killall
|
||||||
|
corectrl # provide hardware clock controls for AMDGPU
|
||||||
];
|
];
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue