mirror of
https://codeberg.org/hyperreal/home-manager
synced 2024-11-25 13:13:40 +01:00
Update
This commit is contained in:
parent
e3aec69355
commit
306a50fafa
10
home.nix
10
home.nix
@ -41,12 +41,6 @@
|
|||||||
nodePackages.npm
|
nodePackages.npm
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
procs
|
procs
|
||||||
pyright
|
|
||||||
python312
|
|
||||||
python312Packages.ansible
|
|
||||||
python312Packages.black
|
|
||||||
python312Packages.nose
|
|
||||||
python312Packages.pytest
|
|
||||||
ripgrep
|
ripgrep
|
||||||
rustc
|
rustc
|
||||||
rustscan
|
rustscan
|
||||||
@ -109,8 +103,8 @@
|
|||||||
user = "jas";
|
user = "jas";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
};
|
};
|
||||||
"box.moonshadow.dev" = {
|
"moonshadow.dev" = {
|
||||||
hostname = "box.moonshadow.dev";
|
hostname = "moonshadow.dev";
|
||||||
user = "jas";
|
user = "jas";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user