Commit graph

268 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
b0110b3e64 feat(flake): update flake.lock 2022-11-26 04:01:27 +02:00
3b2a3d3270 feat(cheetah): use FiraCode nerdfont
Can now be done thanks to https://github.com/t184256/nix-on-droid/pull/229
2022-11-26 03:59:32 +02:00
1fcd42d14e feat(README): reference nix-starter-configs 2022-11-25 18:22:53 +02:00
a1fb8082b8 fix(cheetah): remove tabs 2022-11-25 18:20:19 +02:00
2063e04dc2 chore(flake.nix): format 2022-11-25 14:53:13 +02:00
96305f635e feat(darwin): enable home-manager support
Add `home-manager` config for `apavel`
Add some `configuration.nix` options for `apavel-a01`:
    - `FiraCode` nerdfont
    - Basic keyboard config
    - TouchID for `sudo`
2022-11-25 14:51:29 +02:00
db887a466f feat(README): add banner 2022-11-25 14:34:10 +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
80a2881952 fix(nix-dawrin): name typo 2022-11-24 02:14:51 +02:00
850280f483 feat(nix-darwin): add config for apavel-a01 2022-11-22 23:36:10 +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
040215f423 feat(main): forAllSystems,packages,devShells
Reenable
2022-11-21 09:53:32 +02:00
da4bd3e943 feat(cheetah): enable neovim-nightly overlay 2022-11-21 09:52:42 +02:00
39188a4297 feat(README): add 2022-11-20 17:45:28 +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