qmk, ectool
This commit is contained in:
parent
41fa760698
commit
21ef932c59
4 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ lib, pkgs, modulesPath, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
macchina
|
||||
unstable.rustdesk
|
||||
screen
|
||||
libthai
|
||||
bat
|
||||
bottom
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
# package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
package = pkgs.unstable.linuxPackages_latest.nvidiaPackages.vulkan_beta;
|
||||
# package = pkgs.unstable.linuxPackages_latest.nvidiaPackages.vulkan_beta;
|
||||
};
|
||||
# enable core and mem freq sliders for nvidia
|
||||
services.xserver.deviceSection = ''
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
# libsForQt5.skanpage
|
||||
intel-gpu-tools
|
||||
powertop
|
||||
unstable.fw-ectool
|
||||
];
|
||||
|
||||
fileSystems."/home" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue