Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronjanse/dotfiles
My dotfiles as a Nix flake
https://github.com/aaronjanse/dotfiles
dotfiles nix-flake nixos nixos-dotfiles
Last synced: 3 months ago
JSON representation
My dotfiles as a Nix flake
- Host: GitHub
- URL: https://github.com/aaronjanse/dotfiles
- Owner: aaronjanse
- Created: 2020-01-12T23:39:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T01:35:29.000Z (about 1 year ago)
- Last Synced: 2024-10-12T00:27:04.397Z (4 months ago)
- Topics: dotfiles, nix-flake, nixos, nixos-dotfiles
- Language: Nix
- Homepage:
- Size: 10.3 MB
- Stars: 54
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a collection of my dotfiles, written in Nix.
### Profiles
I use `nix profile` to manage which packages I have installed. More specifically, I install the `buildEnv` packages in [profile.nix](./profile.nix). To try out the small set of tools I share across my laptop and servers, run:
```
nix shell github:aaronjanse/dotfiles#profiles.common
```