trying to figure out some gnome issues. ai.

This commit is contained in:
2025-12-18 09:25:13 -06:00
parent 89068afc9f
commit 11af2f699f
3 changed files with 9 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
imports = [ ];
services.ollama = {
enable = true;
acceleration = "cuda";
host = "0.0.0.0";
openFirewall = true;
};

View File

@@ -5,5 +5,13 @@
environment.systemPackages = with pkgs; [
texstudio
texliveFull
gsettings-desktop-schemas
];
programs.dconf.enable = true;
environment.sessionVariables.XDG_DATA_DIRS = [
"${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}"
"${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}"
];
}