format code

This commit is contained in:
2025-12-06 11:24:15 +01:00
parent fcfc9f6450
commit ebb043b589
4 changed files with 5 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
clippy
cntr # nix debugger
conda
micromamba # a better, faster conda
# micromamba # a better, faster conda
devcontainer # development container
devenv # devbox alternative
dbeaver-bin

View File

@@ -9,7 +9,7 @@
home.packages = with pkgs; [
exiftool
unar # extract archives
dragon-drop# dragndrop
dragon-drop # dragndrop
poppler-utils # pdf preview
fd
ripgrep

View File

@@ -1,6 +1,5 @@
# Only apply this to home-manager standalone
{ outputs, ... }:
{
{outputs, ...}: {
# Apply overlays
nixpkgs = {
overlays = builtins.attrValues outputs.overlays;