feat: add work laptop configuration
This commit is contained in:
12
home/dogar/common/optional/ghostty.nix
Normal file
12
home/dogar/common/optional/ghostty.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{config, ...}: {
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
theme = "catppuccin-mocha";
|
||||
font-family = config.hostSpec.font;
|
||||
font-size = 14;
|
||||
initial-command = "tmux";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user