summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical/ghostty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop/graphical/ghostty.nix')
-rw-r--r--usecases/desktop/graphical/ghostty.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/usecases/desktop/graphical/ghostty.nix b/usecases/desktop/graphical/ghostty.nix
new file mode 100644
index 0000000..2b69d1c
--- /dev/null
+++ b/usecases/desktop/graphical/ghostty.nix
@@ -0,0 +1,11 @@
1{
2 home-manager.users.minijackson.programs.ghostty = {
3 enable = true;
4
5 settings = {
6 theme = "dark:Melange_dark,light:Melange_light";
7 font-family = "mono";
8 font-size = 9;
9 };
10 };
11}