stuff
This commit is contained in:
parent
badcf3aa40
commit
42a0bf27e0
24 changed files with 2870 additions and 392 deletions
23
home-manager/modules/ghostty.nix
Normal file
23
home-manager/modules/ghostty.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
auto-update = "off";
|
||||
background-opacity = 0.8;
|
||||
confirm-close-surface = false;
|
||||
font-family = "Comic Code Ligatures";
|
||||
font-size = 14;
|
||||
# theme = "Teerb";
|
||||
};
|
||||
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
ueberzugpp
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue