diff --git a/hosts/mannaz/system.nix b/hosts/mannaz/system.nix index 51aa14e..fb775f4 100644 --- a/hosts/mannaz/system.nix +++ b/hosts/mannaz/system.nix @@ -1,6 +1,5 @@ { config, - pkgs, enabled, ... }: diff --git a/modules/desktop/gui.nix b/modules/desktop/gui.nix index cfe276a..744f7b8 100644 --- a/modules/desktop/gui.nix +++ b/modules/desktop/gui.nix @@ -1,5 +1,4 @@ { - inputs, pkgs, config, lib, diff --git a/modules/desktop/window-managers/hyprland.nix b/modules/desktop/window-managers/hyprland.nix index b0fc74a..85f52e6 100644 --- a/modules/desktop/window-managers/hyprland.nix +++ b/modules/desktop/window-managers/hyprland.nix @@ -1,5 +1,4 @@ { - inputs, pkgs, config, mkOizysModule, diff --git a/modules/development/cli.nix b/modules/development/cli.nix index 1bd5e4d..b4a039a 100644 --- a/modules/development/cli.nix +++ b/modules/development/cli.nix @@ -1,5 +1,4 @@ { - inputs, pkgs, config, enabled, diff --git a/modules/languages/python.nix b/modules/languages/python.nix index ebe793c..62bbe69 100644 --- a/modules/languages/python.nix +++ b/modules/languages/python.nix @@ -1,5 +1,4 @@ { - inputs, config, lib, pkgs, diff --git a/modules/nix.nix b/modules/nix.nix index 7183003..2c7cba6 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -1,6 +1,5 @@ { inputs, - self, pkgs, lib, enabled,