attempting ghostty wrapper
This commit is contained in:
@@ -4,9 +4,13 @@
|
||||
TERMINAL = "ghostty";
|
||||
};
|
||||
|
||||
nixGL.defaultWrapper = "mesa";
|
||||
nixGL.installScripts = [ "mesa" ];
|
||||
|
||||
programs.ghostty = lib.mkIf (config.enableShell && config.graphical) {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
package = (config.lib.nixGL.wrap pkgs.ghostty);
|
||||
settings = {
|
||||
# command = "TERM=xterm-256color /usr/bin/bash";
|
||||
font-size = 12;
|
||||
|
||||
Reference in New Issue
Block a user