update terminal
This commit is contained in:
parent
9d91f0dba4
commit
b3aa736113
3 changed files with 11 additions and 1 deletions
|
|
@ -4,12 +4,18 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [kdePackages.qttools];
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.qttools
|
||||
bat
|
||||
eza
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
ssh = "kitty-ssh";
|
||||
cat = "bat";
|
||||
ls = "eza";
|
||||
};
|
||||
functions = {
|
||||
fish_prompt = {
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ in {
|
|||
update_check_interval = 0;
|
||||
wheel_scroll_multiplier = 5.0;
|
||||
confirm_os_window_close = 0;
|
||||
window_padding_width = 4;
|
||||
tab_bar_min_tabs = 2;
|
||||
tab_bar_edge = "top";
|
||||
tab_bar_style = "powerline";
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
alejandra
|
||||
stylua
|
||||
black
|
||||
clang-tools
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
|
|
@ -160,6 +161,8 @@
|
|||
json = ["prettier"];
|
||||
jsonc = ["prettier"];
|
||||
fish = ["fish_indent"];
|
||||
c = ["clang-format"];
|
||||
cpp = ["clang-format"];
|
||||
};
|
||||
|
||||
# Default formatting options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue