diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-09-25 19:30:24 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-09-25 19:30:24 -0400 |
| commit | be7cd2a93e6f5c24a243f0c305cacd772175e169 (patch) | |
| tree | e074bcfbf8d54f5c6fe068eeeecd70fa88f16310 /machines/x/configuration.nix | |
| parent | c6fae40e2c7065782f3dc64dbb94d011358f3330 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index b739803..dcc2c03 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -63,7 +63,7 @@ in { extraSpecialArgs = { inherit inputs; }; useGlobalPkgs = true; useUserPackages = true; - sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ]; + sharedModules = [ inputs.plasma-manager.homeModules.plasma-manager ]; users = { "compromyse" = import ./home.nix; }; |
