This commit is contained in:
Daniel Flanagan 2024-08-23 09:39:36 -05:00
parent 0fe9222e42
commit 63ca02f6dc

View file

@ -566,9 +566,10 @@
homeConfigurations = { homeConfigurations = {
"deck" = let "deck" = let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = pkgsFor system;
in in
home-manager.lib.homeManagerConfiguration { home-manager.lib.homeManagerConfiguration {
pkgs = pkgsFor system; inherit pkgs;
modules = with homeManagerModules; [ modules = with homeManagerModules; [
common common
{ {