Commit graph

9 commits

Author SHA1 Message Date
b3390f3565
chore(cheetah)!: use monitored nix & fix nvim
New `neovim-nightly` overlay provides `neovim` instead of `neovim-nightly`
2024-06-10 01:32:00 +03:00
4a12826d66
fix(nixVersions)!: latest -> stable
Attribute `latest` is gone for some reason
2024-05-11 22:47:20 +03:00
752f4ea454
feat(flake)!: update
Fix `nixUnstable` -> `nixVersions.latest` (including `*-limited` overlay)
Remove `repl-flake` nix experimental feature (removed as of `2.22.0`)
Remove references to `rnix-lsp` (deprecated)
2024-05-04 22:47:27 +03:00
bed4f58f5f
chore(cheetah)!: update config
Use flake overlays in `mkNixOnDroidHost`
Fix `FireCode` `ttf` path in `terminal.font`
Use `pkgs.nixUnstable`
2024-01-04 01:05:54 +02:00
02f7fe0cf5
fix(cheetah)!: nixpkgs.overlays && gpg
Fix `gpg` as `ssh` setup (also add `openssh` to `home.packages`)
Remove `j` (breaking, cannot build)
2023-12-26 14:31:37 +02:00
8701878171
feat(cheetah): refactor and update
Include common `homeManagerModules`
Load `home-manager` config automatically
Disable some packages to save space
Name `reovim` an `outOfStoreSymlink`
2023-02-17 03:21:03 +02:00
df9ce2d4e2
feat!(flake): update homix
Update flake (`neovim-nightly-overlay` is fixed)
Format all `.nix` files
Unify package/module argument order:
    - `inputs`, `outputs`, `lib`, `pkgs`, `config`, ...
Move Jellyfin config to a `NixOS` module (first one, yay)
Add `direnv` to `reo101-shell` modules (was used, but not defined as wanted)
    - TODO: make it optional (module config options)
2023-02-13 00:33:57 +02:00
897c101328 feat(nix-on-droid & home-manager): update to 22.11 2022-12-04 21:58:32 +02:00
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
Renamed from nix-on-droid/cheetah/configuration.nix (Browse further)