From 688508cbde67b2d228b1768c326c59071e521db0 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 14 Mar 2024 14:10:27 +0900 Subject: [PATCH] Update --- nixos/default.nix | 2 +- nixos/minimal.nix | 2 +- nixos/small.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/default.nix b/nixos/default.nix index 20d58a46..3480518c 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, hostname, stateVersion, username, desktop, inputs, system, ... }: { +{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko diff --git a/nixos/minimal.nix b/nixos/minimal.nix index cb178c60..be9e66f6 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -1,4 +1,4 @@ -{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: { imports = [ # Services ./common/services/openssh.nix diff --git a/nixos/small.nix b/nixos/small.nix index 2eb1dbf5..8bb1ed5c 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -1,4 +1,4 @@ -{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ pkgs, hostname, stateVersion, username, inputs, system, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko