diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index deace69..b425b54 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ ... }: { imports = [ diff --git a/hosts/atlas/hardware-configuration.nix b/hosts/atlas/hardware-configuration.nix index 269c6b4..1308a29 100644 --- a/hosts/atlas/hardware-configuration.nix +++ b/hosts/atlas/hardware-configuration.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, modulesPath, ... }: diff --git a/hosts/common.nix b/hosts/common.nix index b470326..80dfd1e 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -1,5 +1,4 @@ { - config, pkgs, self, ... diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 14b62dd..da644ef 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { imports = [ diff --git a/hosts/eos/default.nix b/hosts/eos/default.nix index fda0fbc..c096cd4 100644 --- a/hosts/eos/default.nix +++ b/hosts/eos/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ ... }: { imports = [ diff --git a/hosts/eos/hardware-configuration.nix b/hosts/eos/hardware-configuration.nix index 4c90a5c..9352f32 100644 --- a/hosts/eos/hardware-configuration.nix +++ b/hosts/eos/hardware-configuration.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, modulesPath, ... }: diff --git a/hosts/helios/default.nix b/hosts/helios/default.nix index 5b19868..16630ae 100644 --- a/hosts/helios/default.nix +++ b/hosts/helios/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ ... }: { imports = [ diff --git a/hosts/helios/hardware-configuration.nix b/hosts/helios/hardware-configuration.nix index 9b7c51d..6a9c89d 100644 --- a/hosts/helios/hardware-configuration.nix +++ b/hosts/helios/hardware-configuration.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, modulesPath, ... }: diff --git a/hosts/hypnos/disko-config.nix b/hosts/hypnos/disko-config.nix index ab418de..a592901 100644 --- a/hosts/hypnos/disko-config.nix +++ b/hosts/hypnos/disko-config.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ ... }: { disko.devices = { disk = { diff --git a/hosts/library/hardware-configuration.nix b/hosts/library/hardware-configuration.nix index 8110450..b4b56d3 100644 --- a/hosts/library/hardware-configuration.nix +++ b/hosts/library/hardware-configuration.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, modulesPath, ... }: diff --git a/hosts/mail/default.nix b/hosts/mail/default.nix index e904b49..3fae22c 100644 --- a/hosts/mail/default.nix +++ b/hosts/mail/default.nix @@ -1,5 +1,4 @@ { - config, lib, self, ... diff --git a/hosts/mail/hardware-configuration.nix b/hosts/mail/hardware-configuration.nix index ef1bf0d..3a85961 100644 --- a/hosts/mail/hardware-configuration.nix +++ b/hosts/mail/hardware-configuration.nix @@ -1,7 +1,4 @@ { - config, - lib, - pkgs, modulesPath, ... }: diff --git a/hosts/server.nix b/hosts/server.nix index dd1f70d..09ed224 100644 --- a/hosts/server.nix +++ b/hosts/server.nix @@ -1,7 +1,4 @@ { - config, - lib, - pkgs, ... }: diff --git a/hosts/skycam/hardware-configuration.nix b/hosts/skycam/hardware-configuration.nix index 5bae78a..423a739 100644 --- a/hosts/skycam/hardware-configuration.nix +++ b/hosts/skycam/hardware-configuration.nix @@ -1,5 +1,4 @@ { - config, lib, modulesPath, ... diff --git a/hosts/vps1/hardware-configuration.nix b/hosts/vps1/hardware-configuration.nix index a124863..89243e4 100644 --- a/hosts/vps1/hardware-configuration.nix +++ b/hosts/vps1/hardware-configuration.nix @@ -1,7 +1,4 @@ { - config, - lib, - pkgs, modulesPath, ... }: diff --git a/modules/home-manager/programs/git/default.nix b/modules/home-manager/programs/git/default.nix index 773c908..bb3a0ed 100644 --- a/modules/home-manager/programs/git/default.nix +++ b/modules/home-manager/programs/git/default.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: diff --git a/modules/home-manager/programs/gpg.nix b/modules/home-manager/programs/gpg.nix index c3fb41d..c540908 100644 --- a/modules/home-manager/programs/gpg.nix +++ b/modules/home-manager/programs/gpg.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: diff --git a/modules/home-manager/programs/neovim.nix b/modules/home-manager/programs/neovim.nix index 0877959..141035c 100644 --- a/modules/home-manager/programs/neovim.nix +++ b/modules/home-manager/programs/neovim.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: diff --git a/modules/home-manager/programs/steam.nix b/modules/home-manager/programs/steam.nix index 6b489aa..f3a3b4c 100644 --- a/modules/home-manager/programs/steam.nix +++ b/modules/home-manager/programs/steam.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: diff --git a/modules/nixos/services/chrony.nix b/modules/nixos/services/chrony.nix index 884a86a..1b5adec 100644 --- a/modules/nixos/services/chrony.nix +++ b/modules/nixos/services/chrony.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: diff --git a/modules/nixos/services/matrix.nix b/modules/nixos/services/matrix.nix index e20009e..94eeaca 100644 --- a/modules/nixos/services/matrix.nix +++ b/modules/nixos/services/matrix.nix @@ -2,7 +2,6 @@ config, lib, pkgs, - self, ... }: diff --git a/modules/nixos/services/netbird.nix b/modules/nixos/services/netbird.nix index 693a36f..7bfc2f1 100644 --- a/modules/nixos/services/netbird.nix +++ b/modules/nixos/services/netbird.nix @@ -7,7 +7,6 @@ let cfg = config.modules.services.netbird; - hostname = config.networking.hostName; in { options.modules.services.netbird = { diff --git a/modules/nixos/services/photoprism.nix b/modules/nixos/services/photoprism.nix index bb69724..5101d22 100644 --- a/modules/nixos/services/photoprism.nix +++ b/modules/nixos/services/photoprism.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, self, ... }: diff --git a/modules/nixos/system/desktop/mimeapps.nix b/modules/nixos/system/desktop/mimeapps.nix index cd84928..87b7a98 100644 --- a/modules/nixos/system/desktop/mimeapps.nix +++ b/modules/nixos/system/desktop/mimeapps.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: diff --git a/modules/nixos/system/wireless.nix b/modules/nixos/system/wireless.nix index 30ad23f..aa8c175 100644 --- a/modules/nixos/system/wireless.nix +++ b/modules/nixos/system/wireless.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, self, ... }: