Add java to emacs
This commit is contained in:
parent
9b14a4f1ac
commit
bfe1d11f29
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue