diff --git a/nixos/base.nix b/nixos/base.nix index 9e50fa17..308ecb51 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -11,6 +11,8 @@ "openssl-1.0.2u" ]; + boot.loader.systemd-boot.configurationLimit = 7; + # Disabling these waits disables the stuck on boot up issue systemd.services.systemd-udev-settle.enable = false; systemd.services.NetworkManager-wait-online.enable = false; diff --git a/nixos/desktop.nix b/nixos/desktop.nix index b1a6ac50..89ce649c 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -24,6 +24,7 @@ }; }; + # This is for the benefit of VSCODE running natively in wayland environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.systemPackages = with pkgs; [