https://github.com/klutchell/home-manager-config
https://github.com/klutchell/home-manager-config
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/klutchell/home-manager-config
- Owner: klutchell
- License: mit
- Created: 2022-11-16T20:32:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T18:39:51.000Z (over 2 years ago)
- Last Synced: 2025-10-11T00:57:59.338Z (8 months ago)
- Language: Nix
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nixpkgs-config
My Home-Manager configuration with Flakes.
## Getting Started
Installation with Flakes:
```bash
# 1. Clone repository
# 2. Nix build
nix build --no-link .#homeConfigurations.kyle.activationPackage
# 3. Activate
"$(nix path-info .#homeConfigurations.kyle.activationPackage)"/activate
# 4. Switch
home-manager switch --flake '.#kyle'
```