Fix copy-paste in tmux

This commit is contained in:
Tim Schubert 2021-03-20 14:26:11 +01:00
parent b498fd2ba0
commit cd21dba137
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 10 additions and 10 deletions

View file

@ -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 ];
};
}