refactor(aichat): disable mayichat and rename config to aichat
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
refactor(hyprland): separate hyprpaper config into its own module feat(services): add hyprpaper service with updated wallpaper settings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.programs.mayichat;
|
||||
cfg = config.programs.aichat;
|
||||
yamlFormat = pkgs.formats.yaml {};
|
||||
fishIntegration = ''
|
||||
function _aichat_fish
|
||||
@@ -64,7 +64,7 @@ with lib; let
|
||||
'';
|
||||
in {
|
||||
options = {
|
||||
programs.mayichat = {
|
||||
programs.aichat = {
|
||||
enable = mkEnableOption "aichat";
|
||||
package = mkPackageOption pkgs "aichat" {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user