Add darktable

This commit is contained in:
GHOSCHT 2025-04-07 12:30:30 +02:00
parent 4de298db4c
commit ffe2def7d8
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 6 additions and 0 deletions
home
adalbert.nix
features/desktop/common

View file

@ -9,6 +9,7 @@
./features/games
./features/coding
./features/desktop/common/alacritty.nix
./features/desktop/common/photography.nix
];
home.packages = [

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
darktable
];
}