diff --git a/modules/default.nix b/modules/default.nix index 10947807..7f3a8a93 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -4,10 +4,10 @@ ... }: { imports = [ - ./goread.nix - ./hyprpaper.nix + # ./goread.nix + # ./hyprpaper.nix # ./aichat.nix - ./tuifeed.nix + # ./tuifeed.nix #./ghostty.nix # ./sketchybar.nix ]; diff --git a/nixos/ryu/ryu.nix b/nixos/ryu/ryu.nix index 97a5d11b..4cbdbd52 100644 --- a/nixos/ryu/ryu.nix +++ b/nixos/ryu/ryu.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";