treewide: reformat

This commit is contained in:
Nikodem Rabuliński 2025-01-15 22:05:30 +01:00
parent 038fa76411
commit c4813a6ae9
11 changed files with 8 additions and 15 deletions

View file

@ -23,8 +23,6 @@
inputs', inputs',
self', self',
pkgs, pkgs,
lib,
system,
... ...
}: }:
{ {
@ -51,7 +49,12 @@
}; };
}; };
formatter = pkgs.nixfmt-rfc-style; treefmt = {
programs.deadnix.enable = true;
programs.nixfmt.enable = true;
programs.statix.enable = true;
programs.fish_indent.enable = true;
};
}; };
}; };

View file

@ -3,7 +3,6 @@
{ {
modulesPath, modulesPath,
lib, lib,
username,
... ...
}: }:
{ {

View file

@ -1,9 +1,7 @@
{ {
configurations.nixos.kazuki = configurations.nixos.kazuki =
{ {
config,
modulesPath, modulesPath,
lib,
... ...
}: }:
{ {

View file

@ -1,6 +1,6 @@
{ {
configurations.darwin.kogata = configurations.darwin.kogata =
{ pkgs, lib, ... }: { pkgs, ... }:
{ {
nixpkgs.system = "aarch64-darwin"; nixpkgs.system = "aarch64-darwin";

View file

@ -2,7 +2,6 @@
configurations.nixos.legion = configurations.nixos.legion =
{ {
config, config,
lib,
username, username,
... ...
}: }:

View file

@ -1,4 +1,4 @@
args: _args:
/* /*
let let
bootDevice = args.bootDevice or "/dev/nvme0n1"; bootDevice = args.bootDevice or "/dev/nvme0n1";

View file

@ -6,7 +6,6 @@
{ {
config, config,
lib, lib,
flake-parts-lib,
... ...
}: }:
with lib; with lib;

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
let let

View file

@ -1,7 +1,6 @@
{ isLinux }: { isLinux }:
{ {
config, config,
pkgs,
lib, lib,
... ...
}: }:

View file

@ -4,7 +4,6 @@
config, config,
pkgs, pkgs,
username, username,
inputs',
... ...
}: }:
let let

View file

@ -5,8 +5,6 @@
}: }:
{ {
lib, lib,
pkgs,
config,
options, options,
... ...
}: }: