s/Darktable/RawTherapee and install alpaca with ollama
This commit is contained in:
parent
c190e73ac5
commit
b9b7203148
2 changed files with 4 additions and 3 deletions
nixos
|
@ -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;
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
# pkgs.yubikey-personalization-gui
|
||||
|
||||
# Image editing software
|
||||
pkgs.darktable
|
||||
# pkgs.darktable
|
||||
pkgs.rawtherapee
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue