modules: drop stylix

This commit is contained in:
xinyangli 2024-11-14 15:47:04 +08:00
parent d4aaa6c4a3
commit 854f450677
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
5 changed files with 8 additions and 318 deletions

View file

@ -105,6 +105,12 @@ in
environment.sessionVariables.NIXOS_OZONE_WL = "1";
security.pam.services.gtklock = { }; # Required by gtklock
catppuccin = {
enable = true;
accent = "rosewater";
flavor = "mocha";
};
xdg.portal = {
enable = true;
extraPortals = [
@ -329,8 +335,6 @@ in
exporters.blackbox.enable = true;
};
custom.stylix.enable = false;
services.ollama = {
enable = true;
acceleration = "cuda";