summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-12 06:53:28 -0700
committerFuwn <[email protected]>2024-09-12 06:53:28 -0700
commitb0087682cb45ea843656ecb2db09fb67d41c3470 (patch)
tree115f16fb244a4687901537303549f3354897cf60 /home
parenthome: colour scheme accessor (diff)
downloadnixos-config-b0087682cb45ea843656ecb2db09fb67d41c3470.tar.xz
nixos-config-b0087682cb45ea843656ecb2db09fb67d41c3470.zip
pywal-nix: update references
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/fortune/desktop/mako.nix2
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;