From ebb043b5896619987ee5c9dd55e13dbf73fef7c5 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 6 Dec 2025 11:24:15 +0100 Subject: [PATCH] format code --- homes/julian/features/suites/development/default.nix | 2 +- homes/julian/features/yazi/default.nix | 2 +- homes/julian/hm-standalone-config.nix | 3 +-- hosts/common/global/nix.nix | 5 ++--- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/homes/julian/features/suites/development/default.nix b/homes/julian/features/suites/development/default.nix index f688198..ae75e55 100644 --- a/homes/julian/features/suites/development/default.nix +++ b/homes/julian/features/suites/development/default.nix @@ -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 diff --git a/homes/julian/features/yazi/default.nix b/homes/julian/features/yazi/default.nix index bc529fb..2774e22 100644 --- a/homes/julian/features/yazi/default.nix +++ b/homes/julian/features/yazi/default.nix @@ -9,7 +9,7 @@ home.packages = with pkgs; [ exiftool unar # extract archives - dragon-drop# dragndrop + dragon-drop # dragndrop poppler-utils # pdf preview fd ripgrep diff --git a/homes/julian/hm-standalone-config.nix b/homes/julian/hm-standalone-config.nix index a5c46f0..1f04997 100644 --- a/homes/julian/hm-standalone-config.nix +++ b/homes/julian/hm-standalone-config.nix @@ -1,6 +1,5 @@ # Only apply this to home-manager standalone -{ outputs, ... }: -{ +{outputs, ...}: { # Apply overlays nixpkgs = { overlays = builtins.attrValues outputs.overlays; diff --git a/hosts/common/global/nix.nix b/hosts/common/global/nix.nix index ba9b547..fa82104 100644 --- a/hosts/common/global/nix.nix +++ b/hosts/common/global/nix.nix @@ -2,8 +2,7 @@ lib, outputs, ... -}: -{ +}: { # Apply overlays nixpkgs = { # TODO: apply this to hm and nixos without duplicate code @@ -37,7 +36,7 @@ }; nix.optimise = { automatic = true; - dates = [ "weekly" ]; # Optional; allows customizing optimisation schedule + dates = ["weekly"]; # Optional; allows customizing optimisation schedule }; programs.nix-ld.enable = true;