Compare commits

..

2 commits

Author SHA1 Message Date
FabricSoul
b7437b9d05 update: add hugepages 2025-10-20 19:33:01 -04:00
FabricSoul
beb2c41959 update: misc 2025-10-20 19:31:49 -04:00
3 changed files with 15 additions and 1 deletions

View file

@ -124,6 +124,15 @@
dig dig
zathura zathura
librewolf librewolf
heroic
solana-cli
nodejs
anchor
yarn
discord
cloudflared
monero-cli
]; ];
# Enable home-manager # Enable home-manager

View file

@ -38,7 +38,7 @@
alias gmi="go mod init" alias gmi="go mod init"
alias flake="nix flake" alias flake="nix flake"
alias ls="lsd" alias ls="lsd"
alias ll="lsd -l" alias ll="lsd -la"
alias emacs="emacs -nw" alias emacs="emacs -nw"
function y() { function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd

View file

@ -15,6 +15,11 @@
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = []; boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"]; boot.kernelModules = ["kvm-amd"];
boot.kernelParams = [
"default_hugepagesz=1G"
"hugepagesz=1G"
"hugepages=1"
];
boot.supportedFilesystems = ["zfs"]; boot.supportedFilesystems = ["zfs"];
fileSystems."/" = { fileSystems."/" = {