updated home-manager config

This commit is contained in:
Natalie Marks 2024-06-17 02:03:50 -07:00
parent 900bfa90dc
commit ec0f046332

View file

@ -2,6 +2,7 @@
inputs, inputs,
config, config,
pkgs, pkgs,
zls,
... ...
}: { }: {
# wayland.windowManager.hyprland = { # wayland.windowManager.hyprland = {
@ -121,7 +122,7 @@
#runpod #runpod
docker docker
] ]
++ [zls]; ++ [zls."0.13.0"];
programs.direnv = { programs.direnv = {
enable = true; enable = true;