feat(desktop): do some more settings for better performance.

This commit is contained in:
CronyAkatsuki 2025-10-02 20:10:22 +02:00
parent 1afa04235f
commit d155147165
4 changed files with 38 additions and 2 deletions

View file

@ -25,6 +25,7 @@
./ollama.nix
./secrets.nix
./oom.nix
./boot.nix
];
crony.bluetooth.enable = lib.mkDefault true;
@ -52,4 +53,5 @@
crony.ollama.enable = lib.mkDefault false;
crony.secrets.enable = lib.mkDefault false;
crony.oom.enable = lib.mkDefault true;
crony.boot.enable = lib.mkDefault false;
}