summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/christian.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix
index b7bbe3d..8710d2f 100644
--- a/modules/home/christian.nix
+++ b/modules/home/christian.nix
@@ -10,6 +10,13 @@
})
];
+ programs.alacritty = {
+ enable = true;
+ settings = {
+ font.size = 8;
+ };
+ };
+
programs.bash.enable = true;
programs.git = {