diff options
| author | Fuwn <[email protected]> | 2024-09-16 08:57:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 08:57:50 +0000 |
| commit | d496423b827fd35fddd90cfa5afbca1abbcecb2a (patch) | |
| tree | 4032c5ddc99c6ff25581ab2e7ccb653062bcaa91 /README.md | |
| parent | refactor(flake): move pywal-nix keys to top-level config key (diff) | |
| download | pywal.nix-d496423b827fd35fddd90cfa5afbca1abbcecb2a.tar.xz pywal.nix-d496423b827fd35fddd90cfa5afbca1abbcecb2a.zip | |
feat(flake): kitty integration
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ Configure and access `pywal-nix` in your Home Manager configuration through the backend = "wal"; # One of "colorthief", "colorz", # "fast_colorthief", "haishoku", # "schemer2", "wal"; Default to "wal" + enableKittyIntegration = true; # Defaults to true }; # Example usage to print out few colours |