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";