1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-13 12:31:07 +01:00

antidote: add module

Antidote is a Zsh plugin manager.
This commit is contained in:
hitsmaxft 2023-06-15 20:52:33 +08:00 committed by Robert Helgesson
parent b9046172a5
commit 70ac18872a
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
6 changed files with 95 additions and 0 deletions

View file

@ -1125,6 +1125,14 @@ in
can control it by using the `qt5ct` and `qt6ct` applications;
- `qt.style.name = "kvantum"`: override the style by using themes
written in SVG. Supports many popular themes.
'';
}
{
time = "2023-06-17T22:18:22+00:00";
condition = config.programs.zsh.enable;
message = ''
A new modules is available: 'programs.zsh.antidote'
'';
}
];