Bruno BELANYI
ef882a5267
pkgs: add sqlite_orm
2024-03-05 21:17:04 +00:00
Bruno BELANYI
6a47703c08
pkgs: add digestpp
2024-03-05 21:17:04 +00:00
Bruno BELANYI
d423a03663
nixos: services: gitea: fix mail 'FROM' address
ci/woodpecker/push/check Pipeline was successful
2024-03-05 14:20:57 +00:00
Bruno BELANYI
40d1b39837
nixos: services: gitea: update mail configuration
ci/woodpecker/push/check Pipeline failed
2024-03-05 14:17:30 +00:00
Bruno BELANYI
ed15e62e1d
nixos: services: gitea: use 'git' group
ci/woodpecker/push/check Pipeline was successful
2024-03-05 12:53:32 +00:00
Bruno BELANYI
6bef924513
overlays: remove gruvbox-nvim-treesitter-fix
...
ci/woodpecker/push/check Pipeline was successful
Not needed anymore.
This reverts commit d6eceea08a
.
2024-03-05 12:43:22 +00:00
Bruno BELANYI
7f0a889ccd
hosts: nixos: porthos: services: enable mealie
2024-03-05 12:43:22 +00:00
Bruno BELANYI
380933e69b
hosts: nixos: porthos: secrets: add mealie mail
2024-03-05 12:43:22 +00:00
Bruno BELANYI
a3afafd9e0
nixos: services: add mealie
2024-03-05 12:43:22 +00:00
Bruno BELANYI
4d25609b26
nixos: system: nix: expand trusted users
2024-03-05 12:43:22 +00:00
Bruno BELANYI
56c0c28b02
hosts: nixos: porthos: home: disable cache
...
ci/woodpecker/push/check Pipeline was successful
Same reason as the system-wide configuration...
2024-03-01 17:20:47 +00:00
Bruno BELANYI
b9b47fffd6
flake: bump inputs
...
ci/woodpecker/push/check Pipeline was successful
Fix the pyLoad user/group option that I added upstream [1].
Fix an evaluation error due to Pipewire changes [2].
[1]: https://github.com/NixOS/nixpkgs/pull/287304
[2]: https://github.com/NixOS/nixpkgs/pull/282377
2024-02-29 12:20:53 +00:00
Bruno BELANYI
f9cdff8c13
hosts: homes: bazin: ignore interactive adb shells
ci/woodpecker/push/check Pipeline was successful
2024-02-23 13:28:48 +00:00
Bruno BELANYI
eb668525f8
home: zsh: ignore more commands for notification
2024-02-23 13:14:09 +00:00
Bruno BELANYI
6539471186
templates: use explicit 'pre-commit check' CI step
ci/woodpecker/push/check Pipeline was successful
2024-02-16 23:00:57 +00:00
Bruno BELANYI
5d38d94da6
templates: use 'backend' CI label
2024-02-16 22:59:59 +00:00
Bruno BELANYI
7e361aff9d
templates: c++-cmake: fix formatting
ci/woodpecker/push/check Pipeline was successful
2024-02-16 22:44:24 +00:00
Bruno BELANYI
c5e5bee206
home: git: enable 'rerere'
...
ci/woodpecker/push/check Pipeline was successful
How did I not already have it enabled?
2024-02-16 19:05:02 +00:00
Bruno BELANYI
b2a199c9a0
home: nix: fix cache configuration
...
ci/woodpecker/push/check Pipeline was successful
Copy-paste is bad kids, the home-manager module does *not* do the same
as NixOS.
I was rebuilding the world, since this was overriding the official Hydra
cache...
2024-02-15 17:09:56 +00:00
Bruno BELANYI
a0dde6f274
home: zsh: add notification exclusion list
ci/woodpecker/push/check Pipeline was successful
2024-02-15 16:33:46 +00:00
Bruno BELANYI
3c79a373e4
pkgs: zsh-done: 0.1.0 -> 0.1.1
2024-02-15 16:33:46 +00:00
Bruno BELANYI
08f31c088b
home: atuin: explicitly set 'enter_accept'
ci/woodpecker/push/check Pipeline was successful
2024-02-13 14:34:27 +00:00
Bruno BELANYI
8b07ff5bbe
homes: bazin: enable zsh notifications
ci/woodpecker/push/check Pipeline was successful
2024-02-13 11:35:28 +00:00
Bruno BELANYI
d6c2948135
home: zsh: add 'zsh-done'
2024-02-13 11:32:44 +00:00
Bruno BELANYI
c89dec2a38
home: zsh: enforce order of 'initExtra{First,}'
...
In case I want to add more values to those options, I still want the
_main_ values to be ordered before/after.
2024-02-12 20:59:52 +00:00
Bruno BELANYI
521522e4e9
home: zsh: use 'mkMerge'
...
This will make adding modular configuration easier.
2024-02-12 20:59:52 +00:00
Bruno BELANYI
c9969775da
nixos: services: backup: add essential files
ci/woodpecker/push/check Pipeline was successful
2024-02-12 14:21:17 +00:00
Bruno BELANYI
0bb2be6b87
home: nix: add 'cache.selfHosted'
...
ci/woodpecker/push/check Pipeline was successful
Once again mirroring the NixOS module changes that I forgot to port
over.
2024-02-12 11:40:28 +00:00
Bruno BELANYI
7f17069998
home: nix: rename 'inputs' options
...
This mirrors the changes made to the NixOS module.
2024-02-12 11:40:28 +00:00
Bruno BELANYI
5e3bc5a8c9
flake: bump inputs
ci/woodpecker/push/check Pipeline was successful
2024-02-11 12:38:30 +01:00
Bruno BELANYI
b0aee235cd
home: xdg: add 'GRADLE_USER_HOME'
ci/woodpecker/push/check Pipeline was successful
2024-02-11 11:26:05 +00:00
Bruno BELANYI
9d9dba2cc2
home: add wget
...
This is mostly so that I can add the XDG-compliant configuration.
2024-02-11 11:26:05 +00:00
Bruno BELANYI
cb97b0dbde
home: xdg: add python configuration
...
It looks like 3.13 finally brought a way to change the history location
through `PYTHON_HISTORY`.
2024-02-11 11:26:05 +00:00
Bruno BELANYI
f4c4a485d6
home: xdg: fix sort order
2024-02-11 11:26:05 +00:00
Bruno BELANYI
d6eceea08a
overlays: add gruvbox-nvim-treesitter-fix
...
The version in nixpkgs is not up-to-date with regards to the
nvim-treesitter breaking changes that were recently introduced.
2024-02-11 11:26:05 +00:00
Bruno BELANYI
9e0930aca4
overlays: gruvbox-nvim-better-diff: simplify
2024-02-11 11:26:05 +00:00
Bruno BELANYI
8c03bff1cf
overlays: remove 'tandoor-recipes-failing-test'
...
This is now redundant, the nixpkgs bump provided an updated package
which builds successfully.
This reverts commit 473be47b29
.
2024-02-11 11:26:05 +00:00
Bruno BELANYI
0b74332e9c
flake: bump inputs
2024-02-11 11:26:05 +00:00
Bruno BELANYI
a5aaf57e63
home: mail: accounts: remove himalaya backends
...
Their definition is redundant with the logic of the himalaya module,
which does the right thing by default.
2024-02-06 17:16:47 +01:00
Bruno BELANYI
7948dc284b
nixos: hardware: rename 'trackball'
...
ci/woodpecker/push/check Pipeline was successful
Since I do intend on configuring every trackball I own to use this
scheme, not just the MX Ergo.
2024-02-06 15:08:19 +00:00
Bruno BELANYI
183f3b48c8
hosts: nixos: aramis: hardware: enable graphics
2024-02-06 15:04:40 +00:00
Bruno BELANYI
f54cee8f70
nixos: hardware: add graphics
...
I did not add an Nvidia knob to this module, as I do not foresee *ever*
using one of their graphics card.
2024-02-06 15:04:40 +00:00
Bruno BELANYI
5ecef0d789
hosts: nixos: porthos: services: enable pyload
ci/woodpecker/push/check Pipeline was successful
2024-02-04 14:56:59 +01:00
Bruno BELANYI
df44786c9c
hosts: nixos: porthos: secrets: add pyload creds
2024-02-04 14:56:59 +01:00
Bruno BELANYI
03dac604e9
nixos: services: add pyload
2024-02-04 14:56:59 +01:00
Bruno BELANYI
b41f0890b8
flake: bump inputs
2024-02-04 00:01:10 +01:00
Bruno BELANYI
473be47b29
overlays: add 'tandoor-recipes-failing-test'
...
Since it's currently broken on the unstable channel, I am pre-emptively
fixing it so that I can bump my flake inputs.
2024-02-04 00:01:10 +01:00
Bruno BELANYI
05cf04a11f
home: mpv: add mpv-cheatsheet
ci/woodpecker/push/check Pipeline was successful
2024-01-31 22:07:03 +00:00
Bruno BELANYI
e227ad76b2
hosts: nixos: aramis: home: use 'pinentry-gtk2'
...
ci/woodpecker/push/check Pipeline was successful
Now that it's available again, let's use it.
This reverts commit 39eba647ac
.
2024-01-31 21:41:40 +00:00
Bruno BELANYI
3f13b3f03f
flake: bump inputs
ci/woodpecker/push/check Pipeline was successful
2024-01-31 11:56:09 +00:00