chore: formatting and remove experimental stuff

Changed files
+1 -14
global
programs
-9
flake.nix
···
formatting = treefmt.${pkgs.system}.config.build.check self;
});
-
hydraJobs =
-
{inherit (self) checks;}
-
// (lib.mapAttrs'
-
(
-
hostname: system:
-
lib.nameValuePair "nixosSystem.${hostname}" system.config.system.build.toplevel
-
)
-
self.nixosConfigurations);
-
formatter = forAllSystems (pkgs: treefmt.${pkgs.system}.config.build.wrapper);
};
}
+1 -5
global/programs/misc.nix
···
-
{
-
pkgs,
-
inputs,
-
...
-
}: {
+
{pkgs, ...}: {
# Miscellaneous packages that do not have an option.
# It is recommended to use packages.<package>.enable when possible.