Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jan 3, 2025
1 parent a22b2e4 commit 2b58071
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
10 changes: 0 additions & 10 deletions dotfiles/assets/ghostty/config

This file was deleted.

1 change: 0 additions & 1 deletion dotfiles/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ in {

home = {
inherit username homeDirectory stateVersion;
file.".config/ghostty/config".source = config.lib.file.mkOutOfStoreSymlink ./assets/ghostty/config;
};
}
14 changes: 14 additions & 0 deletions dotfiles/programs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ in {
EDITOR = emacs {nox = true;};
TERM = "konsole-direct";
};
file = {
".config/ghostty/config".text = lib.mkIf (!mainlyRemote) ''
font-family = "JetBrains Mono"
font-size = "12"
theme = Dracula
cursor-color = white
cursor-style = block
cursor-style-blink = false
shell-integration-features = no-cursor
copy-on-select = clipboard
window-padding-x = 4
window-padding-y = 4
'';
};
};
programs = {
bash = {
Expand Down

0 comments on commit 2b58071

Please sign in to comment.