Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a18d405ea7 | |||
| 9b3db93dbd |
@@ -45,6 +45,7 @@ in
|
||||
})
|
||||
];
|
||||
|
||||
programs.nix-index.enableZshIntegration = false;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
programs.television = {
|
||||
|
||||
@@ -78,6 +78,8 @@ in
|
||||
|
||||
scrollback.lines = 10000;
|
||||
|
||||
text-bindings."\\x0a" = "Shift+Return Shift+KP_Enter";
|
||||
|
||||
colors-dark = {
|
||||
background = hex palette.background;
|
||||
foreground = hex palette.foreground;
|
||||
@@ -133,6 +135,7 @@ in
|
||||
window_padding_width = 3;
|
||||
update_check_interval = 0;
|
||||
};
|
||||
keybindings."shift+enter" = "send_text all \\x0a";
|
||||
extraConfig = ''
|
||||
## name: ${repoTheme.displayName}
|
||||
## license: MIT
|
||||
|
||||
Reference in New Issue
Block a user