chore: improve code formatting and configuration across multiple files
CI / Flake check (aarch64-linux) (push) Failing after 17m27s
CI / Flake check (x86_64-linux) (push) Failing after 53m5s
CI / Pre-commit checks (x86_64-linux) (push) Successful in 11s

The diff shows comprehensive code cleanup and formatting improvements across 18 files, including cleaner argument structures, additional package configurations, and improved formatting in the `home/terminal/software/git.nix` hook script.
This commit is contained in:
2026-07-20 06:50:52 +02:00
parent 4ee5658053
commit 62c70dab19
18 changed files with 272 additions and 182 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
{ config, lib, pkgs, ... }:
{
{...}: {
# Overlay to add cisco-secure-client to pkgs
nixpkgs.overlays = [
(self: super: {
(_self: super: {
cisco-secure-client = super.callPackage ./pkgs/cisco-secure-client {};
})
];
}
}