aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/ghostty.nix
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-06-14 23:53:22 +0200
committerLeander Scherer <leander@schererleander.de>2026-06-14 23:55:08 +0200
commitd461eff888927a190eeedee5df6716f68e42c9c2 (patch)
tree264fc3ef6ccb726447081b0f6496299af039ceb5 /modules/programs/ghostty.nix
parent9c59ec1d084282c5590a183b50e3dbfa0a3b3b83 (diff)
chore(programs): update and remove unused programs
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";
- };
- };
- };
-}