From a1dfa404369a8cd3a6b30f4f8f854c06031acc67 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Wed, 21 Aug 2024 11:16:54 +0100 Subject: [PATCH] see previous --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 02edefd..66f2aa4 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; }; - outputs = { self, nixpkgs, ... } @ inputs: + outputs = { self, nixpkgs, home-manager, hyprland, ... } @ inputs: let pkgs = nixpkgs.legacyPackages.x86_64-linux; stable = inputs.stablepkgs.legacyPacakges.x86_64-linux;