Updates
This commit is contained in:
parent
f6c51505c3
commit
d33cc2d38a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, hostname, stateVersion, username, inputs, system, ... }: {
|
||||
{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: {
|
||||
imports = [
|
||||
# Modules
|
||||
inputs.disko.nixosModules.disko
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, hostname, stateVersion, username, inputs, system, ... }: {
|
||||
{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: {
|
||||
imports = [
|
||||
# Modules
|
||||
inputs.disko.nixosModules.disko
|
||||
|
|
Loading…
Reference in a new issue