fixed a home-manager import oopsie

This commit is contained in:
Gabriella Bere 2024-09-06 18:55:54 +01:00
parent 0438c57b95
commit c93aba6c27
2 changed files with 22 additions and 1 deletions

View file

@ -32,7 +32,7 @@
};
};
outputs = { self, nixpkgs, stablepkgs, ... } @ inputs:
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};