mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-03-13 03:24:05 +01:00
Compare commits
2 commits
04bc5181ff
...
4938bed579
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4938bed579 | ||
|
|
72cd115d77 |
2 changed files with 5 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue