+metabase +nix-colors

This commit is contained in:
2025-09-29 20:56:01 +02:00
parent c11847206f
commit 54f0e622f6
12 changed files with 347 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
lib,
outputs,
pkgs,
inputs,
...
}: {
nixpkgs = {
@@ -13,6 +14,14 @@
outputs.overlays.modifications
outputs.overlays.unstable-packages
# Add stable as an overlay for home-manager
(final: _prev: {
stable = import inputs.nixpkgs {
system = final.system;
config.allowUnfree = true;
};
})
# You can also add overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default