Compare commits
No commits in common. "b3ebdb1e0947fcab3f1b3757c3b9fffd59de236e" and "58afdf84919125f39129c2b783f4b39f2b7b1cf1" have entirely different histories.
b3ebdb1e09
...
58afdf8491
2 changed files with 10 additions and 38 deletions
|
|
@ -23,37 +23,15 @@
|
|||
];
|
||||
};
|
||||
|
||||
home.file.".config/ghostty/config".text = ''
|
||||
home.file.".config/ghostty/config" = {
|
||||
text = ''
|
||||
font-family = "Maple Mono NF"
|
||||
font-size = 16
|
||||
theme = "catppuccin-mocha"
|
||||
confirm-close-surface = false
|
||||
link-url = true
|
||||
'';
|
||||
home.file.".config/ghostty/themes/catppuccin-mocha".text = ''
|
||||
palette = 0=#45475a
|
||||
palette = 1=#f38ba8
|
||||
palette = 2=#a6e3a1
|
||||
palette = 3=#f9e2af
|
||||
palette = 4=#89b4fa
|
||||
palette = 5=#f5c2e7
|
||||
palette = 6=#94e2d5
|
||||
palette = 7=#a6adc8
|
||||
palette = 8=#585b70
|
||||
palette = 9=#f38ba8
|
||||
palette = 10=#a6e3a1
|
||||
palette = 11=#f9e2af
|
||||
palette = 12=#89b4fa
|
||||
palette = 13=#f5c2e7
|
||||
palette = 14=#94e2d5
|
||||
palette = 15=#bac2de
|
||||
background = 1e1e2e
|
||||
foreground = cdd6f4
|
||||
cursor-color = f5e0dc
|
||||
cursor-text = 1e1e2e
|
||||
selection-background = 353749
|
||||
selection-foreground = cdd6f4
|
||||
'';
|
||||
};
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
|
@ -246,7 +224,6 @@
|
|||
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
|
||||
catchup = ["rebase" "-b" "current" "-d" "trunk()" "--skip-emptied"];
|
||||
changed = ["diff" "--files-only"];
|
||||
init = ["git" "init"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -180,12 +180,7 @@
|
|||
plugins.lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
elixirls = {
|
||||
enable = true;
|
||||
settings = {
|
||||
dialyzerEnabled = false;
|
||||
};
|
||||
};
|
||||
elixirls.enable = true;
|
||||
fish_lsp.enable = true;
|
||||
html.enable = true;
|
||||
nixd.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue