refactor(aichat): disable mayichat and rename config to aichat
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:
uttarayan21
2025-10-18 12:51:53 +05:30
parent f3da867a0b
commit 7eead37864
6 changed files with 39 additions and 26 deletions

View File

@@ -8,7 +8,9 @@
imports = [
../../modules/aichat.nix
];
programs.mayichat = {
disabledModules = ["programs/aichat.nix"];
programs.aichat = {
enable = true;
enableFishIntegration = true;
enableNushellIntegration = false;