Compare commits
2 Commits
de6ce28912
...
a4ed75ef0e
Author | SHA1 | Date | |
---|---|---|---|
a4ed75ef0e
|
|||
a2573aa83f
|
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user