Install more packages

This commit is contained in:
Valentin Brandl
2022-02-18 17:12:39 +01:00
parent 0bd17fc562
commit 96f5e9f15c
9 changed files with 71 additions and 16 deletions

6
home/photography.nix Normal file
View File

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