From 852e4af772a8da3505e811c6a5742e08764c3016 Mon Sep 17 00:00:00 2001 From: Ayman Boukraa Date: Thu, 5 Mar 2026 11:50:44 +0100 Subject: [PATCH] doom: cleaned up init.el --- config/doom/init.el | 2 +- home/modules/kitty.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/doom/init.el b/config/doom/init.el index 103fc3a..236a03a 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -157,7 +157,7 @@ ;;nim ; python + lisp at the speed of c nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - (org +pretty +present +pretty +roam2) ; organize your plain life in plain text + (org +pretty +present +roam2) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;graphviz ; diagrams for confusing yourself even more diff --git a/home/modules/kitty.nix b/home/modules/kitty.nix index d110fd0..bc09353 100644 --- a/home/modules/kitty.nix +++ b/home/modules/kitty.nix @@ -36,7 +36,7 @@ in size = 12; }; settings = { - shell = "zsh --login"; + shell = "zsh"; window_padding_width = 12; background_opacity = "1.0"; hide_window_decorations = "yes";