Fix copy-paste in tmux
This commit is contained in:
parent
b498fd2ba0
commit
cd21dba137
3 changed files with 10 additions and 10 deletions
|
@ -10,11 +10,8 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
package = pkgs.source-code-pro;
|
||||
name = "Source Code Pro 8";
|
||||
};
|
||||
extraConfig = builtins.readFile ./config;
|
||||
};
|
||||
home.packages = [ pkgs.source-code-pro ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue