Commit graph

13 commits

Author SHA1 Message Date
a3e4cd0e13 Move Docker configuration
All checks were successful
/ check (push) Successful in 1m36s
2025-07-24 23:53:29 +01:00
0259ea44f0 nix fmt
All checks were successful
/ check (push) Successful in 1m43s
2025-07-24 21:13:55 +01:00
198c2e9d59 Add nix-index-database
All checks were successful
/ check (push) Successful in 1m42s
2025-07-17 12:49:48 +01:00
1ba47150d1 Move qrencode 2025-07-10 23:02:21 +01:00
45433358ff Re-add the features config prefix 2025-07-09 12:03:12 +01:00
25843c658d Add magic-wormhole
All checks were successful
/ check (push) Successful in 1m32s
Get things from one computer to another, safely.

https://github.com/magic-wormhole/magic-wormhole
https://magic-wormhole.readthedocs.io
2025-07-02 14:53:53 +01:00
4af6cb9893 Add comma
> Comma runs software without installing it.
>
> Basically it just wraps together nix shell -c and nix-index. You stick a , in front of a command to run it from whatever location it happens to occupy in nixpkgs without really thinking about it.

https://github.com/nix-community/comma
2025-06-12 08:51:14 +01:00
54b43e4203 Remove features
All checks were successful
/ check (push) Successful in 1m21s
2025-05-03 16:50:27 +01:00
bb9b77e2f8 Update config and option names for modules 2025-04-30 09:54:25 +01:00
2bedd41d83 Refactor back to a more modular configuration 2025-04-23 14:19:05 +01:00
eea806e0f8 Allow for autoloading modules
Autoloads files within modules/ and makes them available by their module
type and name, e.g. `mixins-zsh`, `editor-nvim` and `users-opdavies`
when imported with `inputs.self.nixosModules`.

Based on afab322e6d/modules/default.nix.

This assumes there will be a modules/*.nix file and currently doesn't
work with modules/*/default.nix. This is something I'd like to add in
the future.

I also want find a cleaner way to pass arguments into these shortcuts as
this also doesn't work in their implementation as far as I can see.
2025-04-10 09:07:16 +01:00
44d2685854 Extract a docker mixin 2025-04-05 15:12:44 +01:00
087153a16d Move Nix files back to the root of the project 2025-03-29 23:19:06 +00:00