Compare commits

..

2 Commits

Author SHA1 Message Date
a4ed75ef0e terminal/ghostty: csd
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-19 15:56:20 +03:00
a2573aa83f hosts/legion: fix lanzaboote
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-19 15:56:20 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,8 @@
consoleMode = "auto";
};
lanzaboote = {
enable = false;
pkiBundle = "/var/lib/sbctl";
enable = true;
pkiBundle = "/etc/secureboot";
};
plymouth.enable = true;
};

View File

@ -14,7 +14,7 @@ in {
enable = true;
settings = {
gtk-single-instance = true;
window-decoration = "server";
window-decoration = "client";
keybind = [
"ctrl+shift+f=close_surface"
];