qmk, ectool

This commit is contained in:
Tao Tien 2023-11-12 20:32:59 -08:00
parent 41fa760698
commit 21ef932c59
4 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,8 @@
{ lib, pkgs, modulesPath, ... }: { { lib, pkgs, modulesPath, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
macchina
unstable.rustdesk
screen
libthai libthai
bat bat
bottom bottom

View file

@ -92,7 +92,7 @@
modesetting.enable = true; modesetting.enable = true;
powerManagement.enable = true; powerManagement.enable = true;
# package = config.boot.kernelPackages.nvidiaPackages.beta; # 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 # enable core and mem freq sliders for nvidia
services.xserver.deviceSection = '' services.xserver.deviceSection = ''

View file

@ -4,6 +4,7 @@
# libsForQt5.skanpage # libsForQt5.skanpage
intel-gpu-tools intel-gpu-tools
powertop powertop
unstable.fw-ectool
]; ];
fileSystems."/home" = { fileSystems."/home" = {

View file

@ -1,5 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
users.users.tao.packages = with pkgs; [ users.users.tao.packages = with pkgs; [
qmk
qmk-udev-rules
# cider # cider
# enchant # enchant
# expressvpn # expressvpn
@ -30,7 +32,6 @@
onefetch onefetch
onlyoffice-bin onlyoffice-bin
ripgrep-all ripgrep-all
rustdesk
snapper snapper
syncthingtray syncthingtray
tectonic tectonic
@ -55,6 +56,8 @@
programs.mosh.enable = true; programs.mosh.enable = true;
environment.shells = with pkgs; [ unstable.nushell ]; environment.shells = with pkgs; [ unstable.nushell ];
hardware.keyboard.qmk.enable = true;
# services.expressvpn.enable = true; # services.expressvpn.enable = true;
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;