Compare commits
2 Commits
37f4f2362c
...
d00f43a12e
| Author | SHA1 | Date | |
|---|---|---|---|
| d00f43a12e | |||
| f1162d39ac |
@@ -63,7 +63,7 @@ in
|
|||||||
# useXkbConfig = true; # use xkb.options in tty.
|
# useXkbConfig = true; # use xkb.options in tty.
|
||||||
# };
|
# };
|
||||||
|
|
||||||
services.udev.packages = [ pkgs.libwacom ];
|
services.udev.packages = [ pkgs.libwacom pkgs.probe-rs-tools ];
|
||||||
|
|
||||||
services.usbmuxd = {
|
services.usbmuxd = {
|
||||||
enable = false;
|
enable = false;
|
||||||
@@ -131,6 +131,7 @@ in
|
|||||||
environment.variables.EDITOR = "vim";
|
environment.variables.EDITOR = "vim";
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
services.netbird.enable = true;
|
||||||
|
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ];
|
boot.kernelParams = [ "quiet" "modprobe.blacklist=dvb_usb_rtl28xxu" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/x" = {
|
fileSystems."/x" = {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
set -gx PNPM_HOME $HOME/.local/share/pnpm
|
set -gx PNPM_HOME $HOME/.local/share/pnpm
|
||||||
fish_add_path $PNPM_HOME
|
fish_add_path $PNPM_HOME
|
||||||
fish_add_path $HOME/.local/bin
|
fish_add_path $HOME/.local/bin
|
||||||
|
fish_add_path $HOME/.cargo/bin
|
||||||
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
|
set -gx OPENSSL_DIR ${pkgs.openssl.dev};
|
||||||
set -gx KUBECONFIG $HOME/.kube/config;
|
set -gx KUBECONFIG $HOME/.kube/config;
|
||||||
set -gx OPENSSL_LIB_DIR ${pkgs.openssl.out}/lib;
|
set -gx OPENSSL_LIB_DIR ${pkgs.openssl.out}/lib;
|
||||||
|
|||||||
@@ -60,4 +60,5 @@ with pkgs; [
|
|||||||
zlib.dev
|
zlib.dev
|
||||||
fourmolu
|
fourmolu
|
||||||
platformio
|
platformio
|
||||||
|
bun
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -53,4 +53,6 @@ with pkgs; [
|
|||||||
speed-cloudflare-cli
|
speed-cloudflare-cli
|
||||||
zathura
|
zathura
|
||||||
gpredict
|
gpredict
|
||||||
|
alsa-utils
|
||||||
|
netbird-ui
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -70,4 +70,6 @@ with pkgs; [
|
|||||||
jadx
|
jadx
|
||||||
tre-command
|
tre-command
|
||||||
gptfdisk
|
gptfdisk
|
||||||
|
openocd
|
||||||
|
probe-rs-tools
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user