https://github.com/hbjydev/home.nix
My Nix-based home-manager configuration
https://github.com/hbjydev/home.nix
Last synced: about 2 months ago
JSON representation
My Nix-based home-manager configuration
- Host: GitHub
- URL: https://github.com/hbjydev/home.nix
- Owner: hbjydev
- Created: 2020-10-20T07:46:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T16:00:41.000Z (over 4 years ago)
- Last Synced: 2025-01-26T16:44:32.881Z (4 months ago)
- Language: Nix
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# home.nix
My personal nix-based
[home-manager](https://github.com/nix-community/home-manager) config.Allows me to make my entire dotfiles setup completely plug-and-play on any
system.## Installation
```sh
$ git clone [email protected]:hbjydev/home.nix.git ~/.config/nixpkgs# nix installation steps...
# home-manager installation steps...$ home-manager switch
```You may need to run the following on non-NixOS systems:
```sh
sudo -E echo "$HOME/.nix-profile/bin/zsh" >> /etc/shells
chsh -s $HOME/.nix-profile/bin/zsh
```