revisions
This commit is contained in:
parent
005950d9ea
commit
08417f2299
21 changed files with 474 additions and 177 deletions
|
|
@ -10,12 +10,13 @@
|
|||
];
|
||||
|
||||
programs.ghostty = {
|
||||
# TODO: figure another way to do this
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
||||
settings = {
|
||||
command = "${pkgs.fish}/bin/fish --login --interactive";
|
||||
font-family = "0xProto Nerd Font";
|
||||
font-family = "${config.theme.TerminalFont}";
|
||||
font-size = 12;
|
||||
theme = "TokyoNight Storm";
|
||||
window-padding-x = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue