kitty!
This commit is contained in:
parent
9aa4e34606
commit
d510a67d3a
3 changed files with 13 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables.DIRENV_LOG_FORMAT = "";
|
home.sessionVariables.DIRENV_LOG_FORMAT = " ";
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
10
home-manager/features/kitty.nix
Normal file
10
home-manager/features/kitty.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
programs.kitty = {
|
||||||
|
enable = true;
|
||||||
|
shellIntegration.mode = "enabled";
|
||||||
|
theme = "Tomorrow Night";
|
||||||
|
environment = {
|
||||||
|
DIRENV_LOG_FORMAT = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
../common
|
../common
|
||||||
../common/home-user.nix
|
../common/home-user.nix
|
||||||
|
|
||||||
|
../../features/kitty.nix
|
||||||
../../features/vesktop
|
../../features/vesktop
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue