diff --git a/home/fabric/default.nix b/home/fabric/default.nix index b5c2826..17df5b7 100644 --- a/home/fabric/default.nix +++ b/home/fabric/default.nix @@ -124,15 +124,6 @@ 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 70e642b..17b0cce 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 -la" + alias ll="lsd -l" 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 b269cc7..9842724 100644 --- a/hosts/tatara/hardware-configuration.nix +++ b/hosts/tatara/hardware-configuration.nix @@ -15,11 +15,6 @@ 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."/" = {