mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-10-09 19:10: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 = {
|
sops.secrets.wakatime-cfg = {
|
||||||
format = "binary";
|
format = "binary";
|
||||||
sopsFile = ./secrets/wakatime.cfg;
|
sopsFile = ./secrets/wakatime.cfg;
|
||||||
|
@ -37,7 +41,6 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
## GENERAL
|
## GENERAL
|
||||||
ghostty
|
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
enpass
|
enpass
|
||||||
youtube-music
|
youtube-music
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue