https://github.com/suned/home-manager-config
My Home Manager Configuration
https://github.com/suned/home-manager-config
Last synced: 3 months ago
JSON representation
My Home Manager Configuration
- Host: GitHub
- URL: https://github.com/suned/home-manager-config
- Owner: suned
- Created: 2023-07-04T11:03:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T21:17:07.000Z (about 1 year ago)
- Last Synced: 2025-07-05T14:46:57.385Z (12 months ago)
- Language: Nix
- Size: 684 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# home-manager-config
My home manager configuration for `nix`.
## Usage
1. Install `nix`.
2. Create Home Manager config directory and enter it:
```bash
mkdir ~/.config/home-manager; cd ~/.config/home-manager
```
3. Run `flake init`:
```bash
nix flake init --template github:suned/home-manager-config
```
4. Run `home-manager switch`:
```
nix run home-manager/release-23.05 -- switch
```
Its only necessary to use `nix run` the first time, subsequently `home-manager` is installed by the configuration.
## iTerm
Iterm configuration is saved under `dotfiles/iterm` but are not installed by home manager. Can be loaded in iTerm by going to `"Preferences" -> "General" -> "Preferences"`.