updated home-manager config
This commit is contained in:
parent
900bfa90dc
commit
ec0f046332
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -2,6 +2,7 @@
|
|||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
zls,
|
||||
...
|
||||
}: {
|
||||
# wayland.windowManager.hyprland = {
|
||||
|
@ -121,7 +122,7 @@
|
|||
#runpod
|
||||
docker
|
||||
]
|
||||
++ [zls];
|
||||
++ [zls."0.13.0"];
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue