aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/ghostty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/ghostty.nix')
-rw-r--r--modules/programs/ghostty.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/programs/ghostty.nix b/modules/programs/ghostty.nix
deleted file mode 100644
index 10b366f..0000000
--- a/modules/programs/ghostty.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- flake.modules.homeManager.ghostty =
- { ... }:
- {
- programs.ghostty = {
- enable = true;
- settings = {
- font-family = "JetBrains Mono";
- font-size = 13;
- font-thicken = true;
- theme = "Gruvbox Dark";
- background = "#000000";
- window-decoration = false;
- copy-on-select = "clipboard";
- };
- };
- };
-}