Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmarcoux/dotfiles
My NixOS configuration files
https://github.com/dmarcoux/dotfiles
dotfiles home-manager nix nixos
Last synced: about 1 month ago
JSON representation
My NixOS configuration files
- Host: GitHub
- URL: https://github.com/dmarcoux/dotfiles
- Owner: dmarcoux
- Created: 2020-04-07T14:54:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:54:58.000Z (3 months ago)
- Last Synced: 2024-10-25T03:39:07.721Z (3 months ago)
- Topics: dotfiles, home-manager, nix, nixos
- Language: Nix
- Homepage:
- Size: 1.86 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I decided to create this repository to backup my dotfiles, but also to share
what I use. It's a way to give back to the community, since I was inspired by a
few repositories on GitHub and it helped me tremendously in fine-tuning my
setup. I use Linux, more specifically NixOS, so be aware that I haven't used my
dotfiles on another OS or Linux distribution.### Explanations
This repository is structured as follow:
- *home-manager*: User configuration with
[home-manager](https://github.com/nix-community/home-manager)- *hosts*: Host specific configuration
- *nixos*: System configuration which applies to all users and hosts
### Install From Scratch on a New NixOS System
Refer to [INSTALL.md](INSTALL.md).
### How to Update to a New NixOS Version
Refer to [UPDATE.md](UPDATE.md).
### Credits
The blog post [Migration to NixOS](https://www.malloc47.com/migrating-to-nixos/)
really helped me in understanding how to setup NixOS and especially
[home-manager](https://github.com/nix-community/home-manager).