From 67de72906bf95d8a2aff02bbfd3a9507b3ecc026 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:44:43 -0700 Subject: [PATCH] stuff --- systems/NOcomputer.nix | 10 ++++++---- users/tao/helix.nix | 8 ++++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/systems/NOcomputer.nix b/systems/NOcomputer.nix index 6d30db7..33fc38b 100644 --- a/systems/NOcomputer.nix +++ b/systems/NOcomputer.nix @@ -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; diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 441e4de..ffaf374 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -1,4 +1,8 @@ -{inputs, pkgs, ...}: { +{ + inputs, + pkgs, + ... +}: { programs.helix = { settings = { theme = "gruvbox_dark_hard"; @@ -83,7 +87,7 @@ { name = "python"; auto-format = true; - language-servers = [ "basedpyright" "ty" "ruff" ]; + language-servers = ["basedpyright" "ty" "ruff"]; # formatter = { # command = "ruff"; # args = ["format"];