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

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

View file

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

View file

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

View file

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

View file

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