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
|
# 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;
|
||||||
|
|
Loading…
Reference in a new issue