trying to figure out some gnome issues. ai.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
./hardware-configuration.nix
|
||||
./snapshot.nix
|
||||
../../modules/nixos/localization.nix
|
||||
# ../../modules/nixos/ai/default.nix
|
||||
../../modules/nixos/ai/default.nix
|
||||
../../modules/nixos/desktops/gnome.nix
|
||||
../../modules/nixos/desktops/river.nix
|
||||
../../modules/nixos/fonts.nix
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
imports = [ ];
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
@@ -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}"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user