see previous

This commit is contained in:
Gabriella Bere 2024-08-21 11:16:54 +01:00
parent c35e614993
commit a1dfa40436

View file

@ -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;