Commit graph

40 commits

Author SHA1 Message Date
a87429b067 pkgs: add 'zsh-done'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-08-13 15:33:02 +01:00
bcdbe45558 pkgs: add osc777
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-08-11 13:13:21 +00:00
0cf6cfe39b pkgs: remove woodpecker
Now that v1.0.0 is on nixpkgs, no need for my custom packages.
2023-08-06 20:13:08 +02:00
58a94bdf1b pkgs: remove woodpecker-plugin-git
I have now upstreamed the package, so let's remove it.
2023-08-06 20:13:08 +02:00
8f818b8611 pkgs: add rbw-pass
This is honestly almost overkill, as the script doesn't really have any
logic in it, but it's good to have a common base with the bitwarden-cli
one.
2023-08-06 20:13:08 +02:00
ce4e163193 pkgs: add wifi-qr 2023-05-03 15:02:44 +00:00
520d799124 pkgs: remove 'pnpm-lock-export'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I don't need it now that it has been upstreamed.
2023-04-11 22:31:29 +01:00
8fa1b9952c pkgs: remove 'rofi-bluetooth'
Now that it is packaged upstream.
2023-04-01 16:22:08 +01:00
f6d648a87a pkgs: remove 'nolimips'
Now that the CRI packages it.
2023-04-01 16:20:29 +01:00
1221d5b6d6 pkgs: remove 'havm'
Now that the CRI packages it.
2023-04-01 16:20:05 +01:00
c857e4cd2e pkgs: add woodpecker-plugin-git 2023-04-01 15:56:48 +01:00
ea57ad3eb8 pkgs: add woodpecker
This is just the same version as upstream, but following the `next`
version.
2023-04-01 15:56:48 +01:00
281d98b295 pkgs: add pnpm-lock-export 2023-04-01 13:05:47 +02:00
9965c3846f pkgs: add osc52
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-20 10:44:28 +00:00
84217afd07 pkgs: remove 'psst'
It has been included in nixpkgs.
2022-09-30 08:59:27 +02:00
9c80bc07b9 pkgs: add drone-rsync
A very simple wrapper script that I will migrate to, since 'drone-scp'
does not work for me anymore.
2022-06-20 14:34:37 +02:00
f86a04f888 pkgs: add psst 2022-01-14 13:27:17 +01:00
f987e79d17 pkgs: add change-audio 2021-11-04 16:35:06 +01:00
10b8ee50c1 pkgs: add change-backlight 2021-11-04 16:35:06 +01:00
52fb5500be pkgs: add rofi-bluetooth 2021-10-15 17:09:03 +02:00
5059835e97 pkgs: sort packages alphabetically 2021-10-15 17:01:40 +02:00
f8f7fb06a7 pkgs: add dragger 2021-10-08 14:59:03 +02:00
8c0b70dcb5 pkgs: make use of scoping
This is the way to make sure `callPackage` picks up my custom packages
to be used in the set.
2021-09-15 15:33:18 +02:00
cf2747a98f pkgs: add drone-scp 2021-08-08 18:03:19 +02:00
40380be139 pkgs: add matrix-notifier 2021-06-13 18:37:11 +02:00
b8f1f85bc2 pkgs: add volantes-cursors 2021-05-27 19:57:31 +02:00
bcdb6dbe64 pkgs: add vimix-cursors 2021-05-27 19:15:52 +02:00
153f919485 pkgs: add bw-pass
Until `rbw` gets support for Yubikey 2FA, I still need a decent way to
query for my passwords on the command line...

This wrapper program should be good enough for basic usage with programs
that need a password command.
2021-05-22 23:49:57 +02:00
4d0ab2e5a6 pkgs: add ff2mpv-go 2021-05-22 23:49:57 +02:00
8e278e0f99 pkgs: remove podgrab
Now that it has been merged upstream, no reason to keep it.
2021-05-22 23:49:02 +02:00
7087ce32a6 pkgs: add comma 2021-05-16 00:03:59 +02:00
2d21945670 pkgs: add i3-get-window-criteria 2021-05-10 00:31:01 +02:00
7d91351c8e pkgs: add diff-flake
This is a nice helper to know what has changed after bumping a flake's
inputs.
2021-05-08 17:14:13 +02:00
d10f0ed103 pkgs: add unbound-zones-adblock
Unbound wants a configuration file that is not actually formatted like
StevenBlack's hosts files. This derivation fixes that.
2021-04-25 12:39:17 +00:00
20c20cef46 pkgs: add unified-hosts-lists 2021-04-25 12:39:17 +00:00
e438b7b5f5 pkgs: add havm
This is a dependency for Tiger Compiler [1].

[1]: https://assignments.lrde.epita.fr/
2021-04-25 12:39:17 +00:00
9a9ec81204 pkgs: add nolimips
This is a dependency for Tiger Compiler [1].

[1]: https://assignments.lrde.epita.fr/
2021-04-25 12:39:17 +00:00
e6d46b3c59 pkgs: extract lohr from 'services/lohr' 2021-04-25 12:39:17 +00:00
b06f265291 pkgs: extract podgrab from 'services/podgrab' 2021-04-25 12:39:17 +00:00
edb9c46106 flake: introduce 'pkgs' overlay
Also make it the prime overlay instead of the extended 'lib'.

The reason for `pkgs` not being structured as an overlay, but simply
taking `pkgs` as an argument is to allow it to be used as a NUR package
set, if I wanted to.
2021-04-25 12:39:17 +00:00