updated home-manager config

This commit is contained in:
Natalie Marks 2024-06-17 01:59:17 -07:00
parent 97c86e0970
commit 96f90ebc87

View file

@ -41,7 +41,8 @@
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs;
[
zigpkgs."0.13.0" zigpkgs."0.13.0"
stylua stylua
webcord webcord
@ -119,8 +120,8 @@
#rustfmt #rustfmt
#runpod #runpod
docker docker
inputs.zls.packages.x86_64-linux ]
]; ++ [inputs.zls.packages.x86_64-linux];
programs.direnv = { programs.direnv = {
enable = true; enable = true;