mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-10-09 11:00:05 +00:00
🐛 Explicitly enable ghostty to fix catppuccin
This commit is contained in:
parent
616523f884
commit
f0002727a8
1 changed files with 4 additions and 1 deletions
|
@ -29,6 +29,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
ghostty.enable = true;
|
||||
};
|
||||
|
||||
sops.secrets.wakatime-cfg = {
|
||||
format = "binary";
|
||||
sopsFile = ./secrets/wakatime.cfg;
|
||||
|
@ -37,7 +41,6 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
## GENERAL
|
||||
ghostty
|
||||
teams-for-linux
|
||||
enpass
|
||||
youtube-music
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue