s
This commit is contained in:
parent
b3f130ffc7
commit
01d2e00a22
2 changed files with 3 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
home-manager config for my Nest user.
|
||||
|
||||
### Services
|
||||
- **[Hackey](https://hk.dino.icu/)** - Hackclubs unofficial Sharkey instance.
|
||||
- **[Hackey](https://hk.dino.icu/)** - Hackclub unofficial Sharkey instance.
|
||||
- **Redis** - Redis for my proyects
|
||||
|
|
2
home.nix
2
home.nix
|
@ -11,6 +11,8 @@
|
|||
home.homeDirectory = "/home/vic";
|
||||
|
||||
|
||||
home.enableNixpkgsReleaseCheck = false;
|
||||
|
||||
home.packages = [
|
||||
pkgs.helix #editor
|
||||
pkgs.bat #modern cat
|
||||
|
|
Loading…
Reference in a new issue