diff --git a/doom.d/init.el b/doom.d/init.el index 742525a..39ef38c 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -88,6 +88,7 @@ (sh +fish) ; she sells {ba,z,fi}sh shells on the C xor yaml ; JSON, but readable (kotlin +lsp) + (java +lsp +meghanada) :email ;;(mu4e +org +gmail) ;;notmuch diff --git a/modules/sway.nix b/modules/sway.nix index 093e6fe..2c9605c 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -120,7 +120,11 @@ # Use krunner (from kde) as our launcher menu = "albert show"; # Use waybar, but through systemd - bars = [ ]; + bars = [ + { + command = "waybar"; + } + ]; # Use fira code fonts = { names = [ "Fira Code Nerd Font" ]; @@ -195,11 +199,6 @@ programs.waybar = { enable = true; package = unstable.waybar; - # Enable systemd configuration - systemd = { - enable = true; - target = "sway-session.target"; - }; }; }; }