Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenterkin/home-configuration
https://github.com/jenterkin/home-configuration
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenterkin/home-configuration
- Owner: jenterkin
- License: mit
- Created: 2021-05-24T16:26:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T07:05:55.000Z (about 1 year ago)
- Last Synced: 2023-11-14T06:24:39.753Z (about 1 year ago)
- Language: Lua
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Home Configuration
This repo uses [Home Manager](https://github.com/nix-community/home-manager) with a light wrapper around it to automatically install nix and choose the correct configuration based on my system.
## Setup
Just run `./bin/switch` to set up the repo. After it is run you can simply run `switch` to update your home configuration.## Known Issues
You will have to run `switch` twice to pick up on changes in the file. This is because it is copied over to `~/.bin`, and you need to run `switch` once to update the script, then again for it to run the changes to the script.