From d33cc2d38a2eafaeb65d8968b24f82d4cc12eb57 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 1 May 2024 11:11:58 +0900 Subject: [PATCH] Updates --- nixos/minimal.nix | 2 +- nixos/small.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/minimal.nix b/nixos/minimal.nix index 323c51d0..cef30ead 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -1,4 +1,4 @@ -{ pkgs, hostname, stateVersion, username, inputs, system, ... }: { +{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko diff --git a/nixos/small.nix b/nixos/small.nix index 15c59888..87793214 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -1,4 +1,4 @@ -{ pkgs, hostname, stateVersion, username, inputs, system, ... }: { +{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko