Compare commits

..

2 commits

Author SHA1 Message Date
Felix Buehler
4938bed579 profile/usb-iso: allow all ventoy versions
Some checks are pending
/ Build Nix targets (push) Waiting to run
2025-12-27 23:22:12 +01:00
Felix Buehler
72cd115d77 profile/sway/autostart: use lemurs 2025-12-27 18:12:32 +01:00
2 changed files with 5 additions and 8 deletions

View file

@ -8,12 +8,9 @@ in
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.displayManager.lemurs = {
# start sway if login happens enable = true;
environment.interactiveShellInit = '' settings.environment_switcher.include_tty_shell = true;
if test `tty` = /dev/tty1; then };
exec sway
fi
'';
}; };
} }

View file

@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
# binary blobs are needed for ventoy # binary blobs are needed for ventoy
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"ventoy-1.1.07" "ventoy-${pkgs.ventoy.version}"
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ventoy-full # general ventoy-full # general