https://github.com/davidcornu/home
My dotfiles
https://github.com/davidcornu/home
Last synced: 7 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/davidcornu/home
- Owner: davidcornu
- Created: 2014-01-28T02:55:28.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T04:15:30.000Z (over 1 year ago)
- Last Synced: 2025-01-02T05:20:58.508Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 160 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# $HOME configuration
My [Home Manager](https://nix-community.github.io/home-manager/) configuration, very much inspired by [Tidying up your $HOME with Nix](https://juliu.is/tidying-your-home-with-nix/).
## Installation
- [Install Nix](https://nixos.org/download.html)
- [Enable flakes](https://nixos.wiki/wiki/Flakes#Enable_flakes)
- Clone this repository into `~/.config/nixpkgs`
- Run `nix run . switch` in that directory
## Making changes
- Edit `home.nix` and run `home-manager switch`
**Useful references**
- [Home Manager configuration options](https://nix-community.github.io/home-manager/options.html)
- [Source for Home Manager packages](https://github.com/nix-community/home-manager/tree/master/modules/programs)
## Future work
- There are several cases where I could be using `programs.*` with the built-in options rather than using `home.packages` along with `home.file.*`, which would likely yield a better-integrated setup.