diff options
| author | Fuwn <[email protected]> | 2024-09-12 06:53:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-12 06:53:28 -0700 |
| commit | b0087682cb45ea843656ecb2db09fb67d41c3470 (patch) | |
| tree | 115f16fb244a4687901537303549f3354897cf60 /home/ebisu | |
| parent | home: colour scheme accessor (diff) | |
| download | nixos-config-b0087682cb45ea843656ecb2db09fb67d41c3470.tar.xz nixos-config-b0087682cb45ea843656ecb2db09fb67d41c3470.zip | |
pywal-nix: update references
Diffstat (limited to 'home/ebisu')
| -rw-r--r-- | home/ebisu/fortune/desktop/mako.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/fortune/desktop/mako.nix b/home/ebisu/fortune/desktop/mako.nix index 98365d2..b4c0e19 100644 --- a/home/ebisu/fortune/desktop/mako.nix +++ b/home/ebisu/fortune/desktop/mako.nix @@ -1,6 +1,6 @@ { config, ... }: let - inherit (config.pywal-nix) colourScheme; + colourScheme = config.pywal-nix.colourScheme.colours; in { services.mako.enable = true; |