diff --git a/home/fabric/default.nix b/home/fabric/default.nix index 17df5b7..b5c2826 100644 --- a/home/fabric/default.nix +++ b/home/fabric/default.nix @@ -124,6 +124,15 @@ dig zathura librewolf + + heroic + solana-cli + nodejs + anchor + yarn + discord + cloudflared + monero-cli ]; # Enable home-manager diff --git a/home/fabric/programs/zsh.nix b/home/fabric/programs/zsh.nix index 17b0cce..70e642b 100644 --- a/home/fabric/programs/zsh.nix +++ b/home/fabric/programs/zsh.nix @@ -38,7 +38,7 @@ alias gmi="go mod init" alias flake="nix flake" alias ls="lsd" - alias ll="lsd -l" + alias ll="lsd -la" alias emacs="emacs -nw" function y() { local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd diff --git a/hosts/tatara/hardware-configuration.nix b/hosts/tatara/hardware-configuration.nix index 9842724..b269cc7 100644 --- a/hosts/tatara/hardware-configuration.nix +++ b/hosts/tatara/hardware-configuration.nix @@ -15,6 +15,11 @@ boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-amd"]; + boot.kernelParams = [ + "default_hugepagesz=1G" + "hugepagesz=1G" + "hugepages=1" + ]; boot.supportedFilesystems = ["zfs"]; fileSystems."/" = {