switch to ghostty
This commit is contained in:
parent
5826ee52fc
commit
77f1bfacc6
4 changed files with 15 additions and 20 deletions
|
|
@ -11,6 +11,7 @@
|
|||
../../../modules/tex.nix
|
||||
../../../modules/gnome.nix
|
||||
../../../modules/firefox.nix
|
||||
../../../modules/ghostty.nix
|
||||
];
|
||||
|
||||
# Enable GNOME configuration
|
||||
|
|
@ -18,6 +19,14 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
# Enable Ghostty terminal with OSC-52 clipboard support
|
||||
programs.ghostty-custom = {
|
||||
enable = true;
|
||||
package = pkgs.ghostty;
|
||||
fontSize = 12;
|
||||
windowMode = "maximized";
|
||||
};
|
||||
|
||||
# Enable Firefox browser
|
||||
programs.firefox-custom = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue