updated home-manager config
This commit is contained in:
parent
97c86e0970
commit
96f90ebc87
1 changed files with 81 additions and 80 deletions
7
home.nix
7
home.nix
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue