feat: Added netboot.xyz
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./goread.nix
|
||||
./hyprpaper.nix
|
||||
# ./goread.nix
|
||||
# ./hyprpaper.nix
|
||||
# ./aichat.nix
|
||||
./tuifeed.nix
|
||||
# ./tuifeed.nix
|
||||
#./ghostty.nix
|
||||
# ./sketchybar.nix
|
||||
];
|
||||
|
||||
@@ -52,6 +52,8 @@
|
||||
# nixpkgs.crossSystem = {system = "aarch64-linux";};
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.loader.systemd-boot.netbootxyz.enable = true;
|
||||
boot.loader.systemd-boot.memtest86.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
LIBVA_DRIVER_NAME = "nvidia";
|
||||
|
||||
Reference in New Issue
Block a user