Apply from official conf
All checks were successful
check / check (push) Successful in 28s

This commit is contained in:
Florian RICHER 2024-05-28 16:05:44 +02:00
parent b7f82f87e8
commit adc5f652de
2 changed files with 6 additions and 4 deletions

View file

@ -22,6 +22,7 @@
nixpkgs,
home-manager,
agenix,
nix-flatpak,
...
}:
let
@ -44,7 +45,10 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = inputs;
home-manager.users.florian = import ./hosts/${s.name}/home.nix;
home-manager.users.florian.imports = [
nix-flatpak.homeManagerModules.nix-flatpak
./hosts/${s.name}/home.nix
];
}
];
};