Commit graph

30 commits

Author SHA1 Message Date
46f6f90a0c
chore!(util): clean up
Fix `hasDirectories`
Correctly detect `autoDarwinConfigurations` (did not check for `home`)
Decrease usage of `with`
Depend more on `lib` functions over custom implementations
Reindent correctly some code
2023-04-23 02:39:34 +03:00
c5c43e9fc5
feat!(limontozu): add config 2023-04-17 12:05:13 +03:00
cc58835189
chore!(homix): update nixpkgs
Also rename `lib` to `util` to avoid confusion
2023-04-15 18:09:55 +03:00
3f2d0cca1d
feat(templates): inherit inputs & outputs 2023-03-23 08:20:17 +02:00
d323092582
feat(flake): add nur to inputs 2023-03-23 08:18:04 +02:00
e86d916ae8
feat(homix): update configuration
Extract `river` configuration into a `home-manager` module
Fix `xkb` configuration
Unpin `neovim-nightly-overlay`:
    - https://github.com/nix-community/neovim-nightly-overlay/pull/166
    - https://github.com/nix-community/neovim-nightly-overlay/pull/167
2023-03-13 18:18:03 +02:00
03a3c474f5
feat(flake): add apps 2023-02-19 13:54:02 +02:00
6fe404083b
feat(flake): add nix-{colors,hardware} 2023-02-17 02:44:16 +02:00
10b3f3da0f
feat(devShells): move to separate directory 2023-02-17 02:43:18 +02:00
e061bf4db9
chore(helpers): clean up 2023-02-17 02:42:11 +02:00
5cf9fcd62e
feat(flake): clean up
Move helpers to `./helpers.nix`
2023-02-14 12:37:46 +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
6a0898753d
fix(cicd): ssh option names, inherit (nixpkgs) lib 2023-02-12 11:38:17 +02:00
0879b52630
feat!(flake): update homix
Add more & generalize flake outputs:
    - templates: just a `default.nix` (TODO: add a `Haskell` template)
    - packages & devShells: create and use `forEachPkgs`
Add more `Wayland` things for `homix`:
    - `swww` - custom package + custom systemd service (TODO: abstract away)
    - `wired` - from flake + `home-manager` module
Add default `imports` and `nixokgs.overlays` for `reo101@homix`
    -- TODO: don't handwire it, somehow *auto-import* from `mkNixosHost` in `flake.nix`
2023-02-12 01:54:27 +02:00
406fe35116 feat!(flake): add NixOS config for homix
Copy and impove `home-manager` module integration from `nix-on-darwin` for `nixos`
Add `homix` *server* with NVIDIA drivers, `wayland` + `river`, Jellyfin, etc.
2023-02-11 01:08:58 +02:00
b57b4c82ca fix(flake): pin neovim-nightly
Currently breaks on `master`
2023-02-07 04:03:03 +02:00
897c101328 feat(nix-on-droid & home-manager): update to 22.11 2022-12-04 21:58:32 +02:00
e8e005029d chore(flake): rename lib -> helpers
Prevents name clashing with `nixpkgs.lib`
2022-11-28 00:08:48 +02:00
177babd497 feat(flake): append missing modules
Append missing modules for `nixos` and `home-manager` configs
2022-11-27 23:57:21 +02:00
9a9524a71e feat(flake): refactor configuration definitions
Now a bunch of configurations may be created from two functions and a set:
    `pred` - a validator that says whether a configuration is valid
    `mkHost` - a generator for that system's configuration
    `machines` - a nested attrset containing all the info for the machines
2022-11-27 15:18:40 +02:00
f510679c2f spell(nix-darwin): nix-on-darwin -> nix-darwin 2022-11-27 02:19:57 +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
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
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
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
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