From 7a7ece771b933794d74828d5b9742cb7349fd86c Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Sun, 10 Aug 2025 01:05:22 -0400 Subject: [PATCH] :( --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index d0991a1..b05e456 100644 --- a/flake.nix +++ b/flake.nix @@ -10,17 +10,17 @@ }; outputs = - { + inputs@{ self, nixpkgs, home-manager, ... - }@inputs: + }: { homeManagerModules.default = { config, lib, ... }: { - home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell; + inputs.home-manager.home.file.".config/quickshell/hyprshell".source = ./hyprshell; }; }; }