This commit is contained in:
Aleksandr Lebedev 2025-04-17 14:30:10 +02:00
parent e46ae02037
commit 6c0fb4973f
3 changed files with 10 additions and 2 deletions

View file

@ -172,8 +172,6 @@ in
llvmPackages_19.clang-tools
gdb
csharp-ls
android-tools
android-studio
element-desktop
beeengineeditor

View file

@ -28,6 +28,9 @@
environment.systemPackages = with pkgs; [
blender
ladybird
android-tools
android-studio
#inputs.nix-gaming.packages.${pkgs.system}.star-citizen
];

View file

@ -28,6 +28,13 @@
prismlauncher
unstable-pkgs.mcpelauncher-ui-qt
];
services.ollama = {
enable = true;
loadModels = [ "llama3.1" ];
home = "/persist/ollama";
user = "ollama";
group = "ollama";
};
boot = {
kernelParams = [