treewide: reformat
This commit is contained in:
parent
038fa76411
commit
c4813a6ae9
11 changed files with 8 additions and 15 deletions
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
modulesPath,
|
||||
lib,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
configurations.nixos.kazuki =
|
||||
{
|
||||
config,
|
||||
modulesPath,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
configurations.darwin.kogata =
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
nixpkgs.system = "aarch64-darwin";
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
configurations.nixos.legion =
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
args:
|
||||
_args:
|
||||
/*
|
||||
let
|
||||
bootDevice = args.bootDevice or "/dev/nvme0n1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue