s/Darktable/RawTherapee and install alpaca with ollama

This commit is contained in:
albert 2025-01-27 14:27:19 -08:00
parent c190e73ac5
commit b9b7203148
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 4 additions and 3 deletions
nixos
common/services
users/albert

View file

@ -1,8 +1,8 @@
{ pkgs, ... }: {
{ lib, pkgs, desktop, ... }: {
environment.systemPackages = [
pkgs.oterm # A text based client for Ollama
];
] ++ lib.optional (builtins.isString desktop) pkgs.alpaca;
services.ollama = {
enable = true;

View file

@ -18,7 +18,8 @@
# pkgs.yubikey-personalization-gui
# Image editing software
pkgs.darktable
# pkgs.darktable
pkgs.rawtherapee
];