1c809e1460
fix(nix-monitored)!: put in nixVersions.monitored
...
Also fix `devShell`
- did not correctly use the `monitored` version of `nix`
Also apply the overlays to the `pkgs` instance, used by `flake-parts`
2024-06-01 16:07:36 +03:00
6e713090c3
chore!: spring cleaning
...
Make `nix-darwin` follow flake's version `nixpkgs`
`neovim-nighlty-overlay` - `.overlay` -> `.overlays.default`
`nixVersions` - `stable` -> `latest`
Check `${SHLVL}` before reloading `nix-daemon.sh` (shadows `nix shell`s)
`fetchFromGitHub` - `sha256` -> `hash`
Create `-monitored` packages only for valid `nixVersions`
2024-05-26 12:46:52 +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
ac66ed6530
feat(nix): use nix-monitored
...
Automatically pipes all nix output through `nix-output-monitor`
Deprecates the manual pipe in the `rebuild` script
2023-12-25 18:51:44 +02:00
5796094eb5
feat(overlay): add darwin support for himalaya
2023-09-06 22:08:56 +03:00
918ba0ea29
feat(overlays): add discord & reo101
maintainer
2023-07-31 07:51:55 +03:00
448f5723e5
feat(prism-launcher): add *crack* patch
2023-04-17 14:13:13 +03: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
60b4841b1d
feat(wm/river): add XWayland
support
2023-02-17 02:47:47 +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
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