This commit is contained in:
2026-04-26 17:03:18 +09:00
parent 37f4f2362c
commit f1162d39ac
6 changed files with 8 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ in
# useXkbConfig = true; # use xkb.options in tty.
# };
services.udev.packages = [ pkgs.libwacom ];
services.udev.packages = [ pkgs.libwacom pkgs.probe-rs-tools ];
services.usbmuxd = {
enable = false;
@@ -86,6 +86,7 @@ in
users.groups.libvirtd.members = [ "allen" ];
users.groups.plugdev.members = [ "allen" ];
users.groups.dialout.members = [ "allen" ];
programs.firefox.enable = true;

View File

@@ -11,7 +11,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ];
boot.kernelParams = [ "quiet" "modprobe.blacklist=dvb_usb_rtl28xxu" ];
boot.extraModulePackages = [ ];
fileSystems."/x" = {

View File

@@ -10,6 +10,7 @@
set -gx PNPM_HOME $HOME/.local/share/pnpm
fish_add_path $PNPM_HOME
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.cargo/bin
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
set -gx KUBECONFIG $HOME/.kube/config;
set -gx OPENSSL_LIB_DIR ${pkgs.openssl.out}/lib;

View File

@@ -60,4 +60,5 @@ with pkgs; [
zlib.dev
fourmolu
platformio
bun
]

View File

@@ -53,4 +53,5 @@ with pkgs; [
speed-cloudflare-cli
zathura
gpredict
alsa-utils
]

View File

@@ -70,4 +70,6 @@ with pkgs; [
jadx
tre-command
gptfdisk
openocd
probe-rs-tools
]