mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
feat: added some stuff
This commit is contained in:
parent
9b9becb2c1
commit
dd99b3a827
10 changed files with 142 additions and 148 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue