mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-05 09:06:42 -07:00
remove wezterm,tmux,ghostty and add kitty back
This commit is contained in:
parent
03cfe695a0
commit
c081796699
8 changed files with 26 additions and 314 deletions
|
@ -1,21 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
mySettings = {
|
||||
copy-on-select = "clipboard";
|
||||
font-family = "SF Mono";
|
||||
font-size = 16;
|
||||
macos-title-bar-style = "transparent";
|
||||
theme = "Builtin Tango Dark";
|
||||
window-inherit-working-directory = true;
|
||||
working-directory = "home";
|
||||
};
|
||||
in
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
installBatSyntax = true;
|
||||
installVimSyntax = true;
|
||||
settings = mySettings;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue