mirror of
https://github.com/blahai/nyx.git
synced 2025-06-08 03:03:04 -04:00
A lot of changes I cba to document
This commit is contained in:
parent
895247fd68
commit
3f62b901bd
7 changed files with 162 additions and 114 deletions
|
@ -3,7 +3,7 @@
|
|||
imports = [ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" ];
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_6_6;
|
||||
kernelPackages = pkgs.linuxPackages_6_12;
|
||||
kernelParams = lib.mkAfter [ "noquiet" "toram" ];
|
||||
enableContainers = false;
|
||||
};
|
||||
|
@ -11,13 +11,21 @@
|
|||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# The essentials
|
||||
neovim
|
||||
disko
|
||||
parted
|
||||
git
|
||||
nixd
|
||||
pciutils
|
||||
arch-install-scripts
|
||||
|
||||
# The installers
|
||||
arch-install-scripts # For arch and it's
|
||||
xbps # Void linux
|
||||
dnf5 # Fedora
|
||||
debootstrap # Debin and ubuntu
|
||||
apt # Ubuntu
|
||||
|
||||
];
|
||||
|
||||
documentation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue