From 72cd115d775d6f47c4ce762ef0f75e5e90393436 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 27 Dec 2025 18:12:32 +0100 Subject: [PATCH 1/2] profile/sway/autostart: use lemurs --- profiles/sway/autostart.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/profiles/sway/autostart.nix b/profiles/sway/autostart.nix index 494fc81..bf814f5 100644 --- a/profiles/sway/autostart.nix +++ b/profiles/sway/autostart.nix @@ -8,12 +8,9 @@ in }; config = lib.mkIf cfg.enable { - - # start sway if login happens - environment.interactiveShellInit = '' - if test `tty` = /dev/tty1; then - exec sway - fi - ''; + services.displayManager.lemurs = { + enable = true; + settings.environment_switcher.include_tty_shell = true; + }; }; } From 4938bed57948ecb0a4dd6fea97d7e331e29f2bf5 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 27 Dec 2025 23:22:06 +0100 Subject: [PATCH 2/2] profile/usb-iso: allow all ventoy versions --- profiles/usb-iso/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/usb-iso/default.nix b/profiles/usb-iso/default.nix index 2ce961a..b5054eb 100644 --- a/profiles/usb-iso/default.nix +++ b/profiles/usb-iso/default.nix @@ -15,7 +15,7 @@ in config = lib.mkIf cfg.enable { # binary blobs are needed for ventoy nixpkgs.config.permittedInsecurePackages = [ - "ventoy-1.1.07" + "ventoy-${pkgs.ventoy.version}" ]; environment.systemPackages = with pkgs; [ ventoy-full # general