style: remove some unused nix arguments

This commit is contained in:
Felix Schröter 2023-08-12 19:30:25 +02:00
parent f3c9ed76f5
commit 73ba13f6ab
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
imports = [ ./x11.nix ./wayland.nix ./gtk.nix ./gnome.nix ];

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ lib, pkgs, ... }:
{
imports = [ ./firmware.nix ./planck.nix ];

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
imports = [ ./gtk.nix ./gnome.nix ./mimeapps.nix ];