modules: drop stylix
This commit is contained in:
parent
d4aaa6c4a3
commit
854f450677
5 changed files with 8 additions and 318 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue