fix(flake): pass overlay to fix bento

This commit is contained in:
winston 2023-03-08 21:53:54 +01:00
parent d6cfb5e828
commit 3bc337b1a1
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -90,7 +90,7 @@
({config, ...}: {
config = {
nixpkgs.overlays = [overlays];
nixpkgs.overlays = [overlays hyprland.outputs.overlays.default];
home-manager = {
useGlobalPkgs = true;
sharedModules = [sops.homeManagerModules.sops];