mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
Compare commits
2 commits
4c4a4b4255
...
b7437b9d05
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7437b9d05 | ||
|
|
beb2c41959 |
3 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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."/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue