update
This commit is contained in:
parent
351facd159
commit
3bab7dd16e
4 changed files with 32 additions and 33 deletions
|
@ -3,5 +3,5 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 10;
|
||||
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = (with pkgs; [ nvtop-intel ]);
|
||||
home.packages = (with pkgs; [ nvtopPackages.intel ]);
|
||||
}
|
|
@ -12,7 +12,6 @@
|
|||
libreoffice
|
||||
nitch # systhem fetch util
|
||||
nix-prefetch-github
|
||||
pipx # Install Python applications in isolated environments
|
||||
prismlauncher # minecraft launcher
|
||||
ripgrep # grep replacement
|
||||
soundwireserver # pass audio to android phone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue