From 5fc5e370bef357ee618774a607666239173027be Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 25 Jul 2024 10:00:59 -0500 Subject: [PATCH] deadnix cleanup --- hosts/mannaz/system.nix | 1 - modules/desktop/gui.nix | 1 - modules/desktop/window-managers/hyprland.nix | 1 - modules/development/cli.nix | 1 - modules/languages/python.nix | 1 - modules/nix.nix | 1 - 6 files changed, 6 deletions(-) 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,