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 | |
| parent | c6fae40e2c7065782f3dc64dbb94d011358f3330 (diff) | |
update
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/configuration.nix | 2 | ||||
| -rw-r--r-- | machines/x/home.nix | 1 |
2 files changed, 2 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; }; diff --git a/machines/x/home.nix b/machines/x/home.nix index ba665fa..18763ea 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -37,6 +37,7 @@ slides calibre + kdePackages.okular ]; programs = { |
