updated home-manager config

This commit is contained in:
Natalie Marks 2024-01-29 00:29:42 -08:00
parent 36a707508f
commit 76efdb734c

View file

@ -4,14 +4,14 @@
pkgs, pkgs,
... ...
}: { }: {
wayland.windowManager.hyprland = { # wayland.windowManager.hyprland = {
enable = true; # enable = true;
# ... # # ...
plugins = [ # plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars # inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
# ... # # ...
]; # ];
}; # };
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.
@ -74,6 +74,7 @@
hyfetch hyfetch
bat bat
eza eza
ollama
#LSP + formatters/linters #LSP + formatters/linters
lua-language-server lua-language-server