Commit graph

8 commits

Author SHA1 Message Date
dd2391d905 feat!(flake): convert to fs-defined configurations
Place all configurations in `machines/${manager}/${system}/${hostname}/...`:
    - `${manager}` - One of `nixos`, `nix-on-droid`, `nix-darwin` or `home-manager`
    - `${system}` - A system's architecture (can be many)
    - `${hostname}` - A system's hostname (can be many)

The flake now automatically generates the needed configurations based on the above structure.

It only generates configurations for valid directory structures:
    - It wouldn't generate a NixOS config if there isn't a `configuration.nix` file
    - ...
2022-11-27 02:12:21 +02:00
a1fb8082b8 fix(cheetah): remove tabs 2022-11-25 18:20:19 +02:00
05d057eba4 feat(cheetah): add zsh
Set `zsh` as default shell
Integrate with `direnv` and `starship`
2022-11-24 02:16:02 +02:00
9032738351 feat(cheetah): add zls 2022-11-21 15:36:23 +02:00
ef283b9c1f feat: correctly pass overlays to HM configurations
Add `zig master` and `neovim-nightly` from top-level `flake` to `cheetah` HM configuration
2022-11-21 14:42:45 +02:00
0fbfd6973e feat(cheetah): add starship config 2022-11-21 10:08:33 +02:00
da4bd3e943 feat(cheetah): enable neovim-nightly overlay 2022-11-21 09:52:42 +02:00
be2bb504d9 feat(config): initial
Based on `cce47e4df5/standard`
Adds (experimental) support for `nix-on-droid` and `nix-on-darwin`
Includes support for multiple hosts of each base
Adds config for `cheetah` on `nix-on-droid`
2022-11-20 17:23:58 +02:00