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,11 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
let
|
||||
weztermConfig = builtins.readFile ./wezterm.lua;
|
||||
in
|
||||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = weztermConfig;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue