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 = {
"deck" = let
system = "x86_64-linux";
pkgs = pkgsFor system;
in
home-manager.lib.homeManagerConfiguration {
pkgs = pkgsFor system;
inherit pkgs;
modules = with homeManagerModules; [
common
{