diff options
| author | triethyl <triethylammonium@pm.me> | 2025-12-03 13:28:35 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-12-03 13:28:35 -0500 |
| commit | d29c25af125589c25aa5c9b1427291c1f08b6d7d (patch) | |
| tree | 130f09b58ea891fcca6ed0544cf8865314f61144 /home-manager/modules/aesthetics | |
| parent | f0a19cd407ce71f9566b255650b697e868ac296d (diff) | |
renamed pkgs.system to pkgs.stdenv.hostPlatform.system
Diffstat (limited to 'home-manager/modules/aesthetics')
| -rw-r--r-- | home-manager/modules/aesthetics/themes/oxocarbon/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/modules/aesthetics/themes/oxocarbon/default.nix b/home-manager/modules/aesthetics/themes/oxocarbon/default.nix index a34af5a..998eead 100644 --- a/home-manager/modules/aesthetics/themes/oxocarbon/default.nix +++ b/home-manager/modules/aesthetics/themes/oxocarbon/default.nix @@ -6,7 +6,7 @@ ... }: let cfg = config.aesthetics.themes.oxocarbon; - wallpapers = inputs.wallpapers.packages.${pkgs.system}.default; + wallpapers = inputs.wallpapers.packages.${pkgs.stdenv.hostPlatform.system}.default; in { options.aesthetics.themes.oxocarbon.enable = lib.mkEnableOption "oxocarbon theme"; config = lib.mkMerge [ |
