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"; consoleMode = "auto";
}; };
lanzaboote = { lanzaboote = {
enable = false; enable = true;
pkiBundle = "/var/lib/sbctl"; pkiBundle = "/etc/secureboot";
}; };
plymouth.enable = true; plymouth.enable = true;
}; };

View File

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