summaryrefslogtreecommitdiff
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
parenthome: colour scheme accessor (diff)
downloadnixos-config-b0087682cb45ea843656ecb2db09fb67d41c3470.tar.xz
nixos-config-b0087682cb45ea843656ecb2db09fb67d41c3470.zip
pywal-nix: update references
-rw-r--r--flake.lock6
-rw-r--r--home/ebisu/fortune/desktop/mako.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index d6b20d2..91e1963 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1095,11 +1095,11 @@
]
},
"locked": {
- "lastModified": 1726142292,
- "narHash": "sha256-aVgqjj38P/VKsEJ47Xel5LG/M9MCm6vBDzCuhs7TuB0=",
+ "lastModified": 1726148945,
+ "narHash": "sha256-iJRoETBPG2xhh2tDe6ooGpKA3g0yufwxnkLCl68Gs4o=",
"owner": "Fuwn",
"repo": "pywal-nix",
- "rev": "652fcc20b5d403e55a949eb520ffdf38142b9541",
+ "rev": "fb10fa1b146b4daf87a97f3ac6a3b295ff80481e",
"type": "github"
},
"original": {
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;