feat: added some stuff

This commit is contained in:
Nick 2025-01-03 17:10:21 -06:00
parent 9b9becb2c1
commit dd99b3a827
10 changed files with 142 additions and 148 deletions

View file

@ -1,7 +1,10 @@
{
inputs,
pkgs,
...
}: {
home.packages = [inputs.ghostty.packages.${pkgs.system}.default];
programs.ghostty = {
enable = true;
settings = {
confirm-close-surface = false;
theme = "catppuccin-macchiato";
window-decoration = false;
};
};
}