From 8bed94a028a88ed03354cba62a0cccaab6dcb61e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 16:42:51 +0200 Subject: flake: Pack arguments in attribute sets This avoids having to change 3+ files, if you need to add a new argument. --- modules/home.legacy/default.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'modules/home.legacy/default.nix') diff --git a/modules/home.legacy/default.nix b/modules/home.legacy/default.nix index fed2ecf6..fd543661 100644 --- a/modules/home.legacy/default.nix +++ b/modules/home.legacy/default.nix @@ -7,13 +7,7 @@ # # You should have received a copy of the License along with this program. # If not, see . -{ - nixVim, - nix-index-database, - arkenfox-nixos, - config, - ... -}: let +{config, ...}: let inherit (config.home) homeDirectory; # xdg @@ -28,10 +22,6 @@ in { ./conf ./files ./pkgs - - nixVim.homeManagerModules.nixvim - nix-index-database.hmModules.nix-index - arkenfox-nixos.hmModules.arkenfox ]; # I don't know what this does, but I've seen it a lot online, so it should be good, right? -- cgit 1.4.1