Commit graph

245 commits

Author SHA1 Message Date
eeae48b5d8
refactor(flake): extract more stuff in flake modules
`pkgs` redefinition (with overlays)
`nix-topology` setup
`agenix-rekey` setup
2024-07-19 12:35:01 +03:00
b4e7901780
feat(topology): add support
Using `flake-parts` flake module
Import `nix-topology` `NixOS` module by default
2024-07-19 02:24:20 +03:00
415005d26d
feat(pkgs)!: update swww to v0.9.5 2024-07-19 01:41:55 +03:00
6e0c2adc1c
feat(home-manager): add scm module
For `git` and `jujutsu`
2024-07-19 01:40:36 +03:00
3dc5d9ac6c
feat(pkgs): add flamelens 2024-07-19 01:39:13 +03:00
a8ae6514d5
chore(nixos): update configs
`hardware.opengl` -> `hardware.graphics`
Disable `jeeves` `home-assistant` and `ollama` modules
`sha-516` -> `sha-512`
Add `jeeves` user to `input` group
Use `transmission_4` package
2024-07-19 01:37:37 +03:00
b8f75023b2
fix(agenix-rekey-default)!: use lib.mkDefault 2024-07-19 01:36:32 +03:00
70d949e7e0
refactor(nix): config -> configuration
Avoid shadowin `flake-parts`' `config`
2024-07-19 01:33:09 +03:00
75ab40c7ca
feat(flake)!: convert everything to flake-parts-style flake modules
Use `agenix-rekey` flake module
Add `NixOS` module for `agenix-rekey`
- Default `masterIdentities`
- Default `localStorageDir`
2024-07-19 01:14:24 +03:00
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
265f551ea8
feat(jeeves): enable flood-for-transmission 2024-06-10 00:19:05 +03:00
eea7280f98
fix(jeeves)!: nix.registry and nix.nixPath 2024-06-10 00:18:41 +03:00
cdf4d7cca4
feat(jeeves)!: add ollama and open-webui 2024-06-10 00:18:11 +03:00
3c5177a447
fix(wireguard): remove wireguardPeerConfig layer
<https://github.com/NixOS/nixpkgs/pull/312472>
2024-06-03 19:22:40 +03:00
0b71023f81
feat(yabai)!: add JankyBorders 2024-06-03 19:09:35 +03:00
65b3a48cf2
feat(shell): enable GnuPG shell integration 2024-06-01 16:11:37 +03:00
d0dcbdd617
chore(flake)!: update flake.lock 2024-06-01 16:11:20 +03:00
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
be2ad3ccfd
fix(homebrew)!: do not reinstall on activation
`/usr/local/bin/brew` was the path for `x86_64-darwin`
`aarch64-darwin` uses `/opt/homebrew/bin/brew`
Use `${config.homebrew.brewPrefix}` to support both
See <c0d5b8c54d/modules/homebrew.nix (L561)>
2024-06-01 14:44:07 +03:00
9d7318eb21
fix(build)!: do not expose pngpaste
Only buildable on `darwin`
Breaks `CI/CD` pipeline
2024-05-26 21:26:35 +03:00
9a1baffbb5
fix(limonka): remove neovim shenanigans
Now integrated into upstream
2024-05-26 21:23:39 +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
ff04252a67
feat(darwin)!: update config
Add `nix` initialization script to shell's `extraConfig`
  - fixes `nix` when updating MacOS
Add `flameshot` to `brew` packages
Fix tilde (`~`) remapping
  - mysteriously switched after a restart, needed to swap
Add (noncompiling) `borders` (`JankyBorders`) config
Add `TODO` to `sketchybar` config
2024-05-11 22:57:00 +03:00
4a12826d66
fix(nixVersions)!: latest -> stable
Attribute `latest` is gone for some reason
2024-05-11 22:47:20 +03:00
a73cd43bbf
feat(wezterm): update wezterm.fnl
Realign
Use more macros
2024-05-04 22:50:49 +03:00
d0858c5547
chore: add language annotation for bash script 2024-05-04 22:47:38 +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
ccb43c8a0a
feat(cheetah): fix pinentry && remove rnix-lsp 2024-04-13 13:39:45 +03:00
7d9e8619ba
chore(pkgs)!: sha256 -> hash 2024-04-13 13:38:43 +03:00
16457e0a09
feat(jeeves): home-assistant modularization 2024-04-13 13:37:24 +03:00
ee98e1582c
feat(jeeves)!: spring updating
More `wireguard` peers
`nano` -> `neovim` for default available editor
`samba` better names + symlink support
More `opengl` packages for `Jellyfin`
Add `home-assistant` (no config yet)
2024-03-17 23:47:18 +02:00
36e14ad3f6
style: format with nix fmt
Currently uses `nixpkgs-fmt`
2024-01-25 17:39:43 +02:00
a6efd4146b
feat(jeeves): add samba 2024-01-22 22:39:22 +02:00
62ae512e4f
chore(jeeves)!: update xdg-portals config
TODO: reasearch config meaning
2024-01-21 23:48:10 +02:00
4243269b05
feat(flake)!: add jovian-nixos
Currently not used (yet)
Also update `flake.lock`
2024-01-21 23:46:27 +02:00
65ecbc44a6
chore(flake): add TODO for agenix-shell 2024-01-21 23:45:35 +02:00
7cd310e385
chore(nushell): disable metric filesize format 2024-01-21 23:45:03 +02:00
b74f10832c
chore(limonka): update config
Use `flake`'s overlays
Enable `git` `LFS`
Re-enable `pinentry-program` in `GPG` config
2024-01-21 23:43:51 +02:00
c57ddea18b
feat(nix-darwin): add setbg script
Sets the background of all spaces on all displays/desktops to an image (passed as a command-line argument) preserving the focused spaces and window after running
Depends on `yabai` (>`System Integrity Protection must be partially disabled.`) and `jq`
Written in `applescript`
2024-01-21 22:14:04 +02:00
d9a01b42ae
chore(flake): override flake-parts nixpkgs-lib
Now follows `nixpkgs`
2024-01-09 00:55:46 +02:00
51a37c25f9
chore(flake): update flake.lock
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/aef9a509db64a081186af2dc185654d78dc8e344' (2024-01-03)
  → 'github:nix-community/disko/f0a3425a7b173701922e7959d8bfb136ef53aa54' (2024-01-08)
• Updated input 'neovim-nightly-overlay':
    'github:nix-community/neovim-nightly-overlay/915479ceaaed1ddf9379706da575d0d2bf7a48cf' (2024-01-07)
  → 'github:nix-community/neovim-nightly-overlay/688360dd650feff8fef1d5a539eede840ec07d14' (2024-01-08)
• Updated input 'neovim-nightly-overlay/neovim-flake':
    'github:neovim/neovim/9a2c98087b90e5306579ab2149a6192ac075df6b?dir=contrib' (2024-01-06)
  → 'github:neovim/neovim/367e52cc79a786bbee4456b30f9ec5db7e28d6a5?dir=contrib' (2024-01-07)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/bd645e8668ec6612439a9ee7e71f7eac4099d4f6' (2024-01-02)
  → 'github:nixos/nixpkgs/46ae0210ce163b3cba6c7da08840c1d63de9c701' (2024-01-06)
• Updated input 'nur':
    'github:nix-community/NUR/50c8484371ff46d77678e88c1f78cc5495d7190d' (2024-01-07)
  → 'github:nix-community/NUR/f53bd4e7be4a0511d74f4c9b977eda365af5cce2' (2024-01-08)
• Updated input 'zig-overlay':
    'github:mitchellh/zig-overlay/112cfb72e47cb85d17fc8075a4d70ab56964453d' (2024-01-06)
  → 'github:mitchellh/zig-overlay/5cf2374c87cbe48139d1571360dcd7dd4807ef1c' (2024-01-08)
2024-01-09 00:11:20 +02:00
a5f1832d07
fix(wireguard)!: AllowedIPs semantics
Also add `limonka` and `peshoDjam` peers
2024-01-08 23:44:22 +02:00
9bac61ee0a
fix(cheetah): set pass' ${PASSWORD_STORE_DIR} 2024-01-08 00:53:44 +02: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
39d8399a20
chore(flake)!: update flake.lock
Remove undefined (for now) `jovian-nixos` input
2024-01-01 14:37:57 +02:00
e832c6558a
feat(flake): start using flake-parts
Deprecate `util`'s `forEachSystem` and `forEachPkgs`
Use `flake-parts`'s `mkFlake`
Export `flakeModules`
2023-12-31 19:00:18 +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
581b1d9a8d
feat(flake): import impermanence and lib-net
Not used yet
2023-12-26 01:19:39 +02:00
b8eee7ef35
feat(agenix): switch to ragenix 2023-12-26 01:16:47 +02:00
05f384a035
fix(agenix-rekey)!: wrong generator syntax 2023-12-26 01:16:47 +02:00