This commit is contained in:
Tao Tien 2025-10-16 16:44:43 -07:00
parent 9683bee1c9
commit 67de72906b
2 changed files with 12 additions and 6 deletions

View file

@ -4,6 +4,8 @@
lib,
...
}: {
services.displayManager.cosmic-greeter.enable = false;
environment.systemPackages = with pkgs; [
nvtopPackages.nvidia
# egl-wayland
@ -15,10 +17,6 @@
openrgb-plugin-effects
openrgb-plugin-hardwaresync
];
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
};
services.tailscale.useRoutingFeatures = "both";
boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
@ -50,6 +48,10 @@
services.udev.extraRules = ''
KERNEL=="hidraw*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a3c5", MODE="0666"
'';
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
};
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_zen;

View file

@ -1,4 +1,8 @@
{inputs, pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
programs.helix = {
settings = {
theme = "gruvbox_dark_hard";