Add java to emacs

This commit is contained in:
Nathan McCarty 2022-05-16 00:54:46 -04:00
parent 9b14a4f1ac
commit bfe1d11f29
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

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