https://github.com/raphiz/home-manager-config
My personal home-manager configuration
https://github.com/raphiz/home-manager-config
Last synced: 10 months ago
JSON representation
My personal home-manager configuration
- Host: GitHub
- URL: https://github.com/raphiz/home-manager-config
- Owner: raphiz
- License: mit
- Created: 2023-08-01T07:58:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T19:38:06.000Z (over 2 years ago)
- Last Synced: 2025-01-19T04:41:44.241Z (over 1 year ago)
- Language: Nix
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home-Manager configuration
This repository contains my personal [home-manager](https://github.com/nix-community/home-manager) configuration. It is based on [Nix flakes](https://nixos.wiki/wiki/Flakes).
## Switching to a new configuration
```bash
home-manager --flake . switch
```
## Updating
To update the Nix flake lock file:
```bash
nix flake update
```