Compare commits

..

No commits in common. "b7437b9d05ffc3815b998e266a4b149cc1080c49" and "4c4a4b4255c302c52a45c11a2a4ba6ea3a2ce689" have entirely different histories.

3 changed files with 1 additions and 15 deletions

View file

@ -124,15 +124,6 @@
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 -la" alias ll="lsd -l"
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,11 +15,6 @@
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."/" = {