Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```