This commit is contained in:
albert 2024-03-14 14:10:27 +09:00
parent ccba6a6b6e
commit 688508cbde
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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