https://github.com/hugolgst/nixos-home
My NixOS home-manager configuration
https://github.com/hugolgst/nixos-home
dotfiles home-manager nixos
Last synced: about 2 months ago
JSON representation
My NixOS home-manager configuration
- Host: GitHub
- URL: https://github.com/hugolgst/nixos-home
- Owner: hugolgst
- Created: 2021-02-13T09:59:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T16:12:33.000Z (over 4 years ago)
- Last Synced: 2025-02-03T12:53:40.906Z (4 months ago)
- Topics: dotfiles, home-manager, nixos
- Language: Nix
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nixos-home
## Installation
Clone the repository inside `~/.config/nixpkgs`:
```
cd ~/.config
git clone [email protected]:hugolgst/nixos-home.git nixpkgs
```Then install the configuration via home-manager:
```
home-manager switch
```