fix: Slack overlay for wayland issues

This commit is contained in:
uttarayan21
2025-06-19 13:31:57 +05:30
parent 5daeab59d3
commit fee8fd0b0c
5 changed files with 20 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
...
}:
with lib; let
cfg = config.programs.aichat;
cfg = config.programs.mayichat;
yamlFormat = pkgs.formats.yaml {};
fishIntegration = ''
function _aichat_fish
@@ -64,7 +64,7 @@ with lib; let
'';
in {
options = {
programs.aichat = {
programs.mayichat = {
enable = mkEnableOption "aichat";
package = mkPackageOption pkgs "aichat" {};