Pass new input to NixOS home-manager too

This commit is contained in:
Gene Liverman 2023-09-13 23:23:16 -04:00
parent 180b8494ba
commit f38ff62b7b

View file

@ -44,6 +44,7 @@
./modules/home-manager ./modules/home-manager
./modules/nixos/dconf.nix ./modules/nixos/dconf.nix
]; ];
extraSpecialArgs = { inherit genebean-omp-themes; };
}; };
} }
]; ];