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
# environment.
home.packages = with pkgs; [
home.packages = with pkgs;
[
zigpkgs."0.13.0"
stylua
webcord
@ -119,8 +120,8 @@
#rustfmt
#runpod
docker
inputs.zls.packages.x86_64-linux
];
]
++ [inputs.zls.packages.x86_64-linux];
programs.direnv = {
enable = true;