dosei/configuration: remove unused args

This commit is contained in:
Oystein Kristoffer Tveit 2024-07-09 11:04:00 +02:00
parent 87fa12351a
commit df71382a47
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, specialArgs, ... }:
{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix