Add darktable
This commit is contained in:
parent
4de298db4c
commit
ffe2def7d8
2 changed files with 6 additions and 0 deletions
home
|
@ -9,6 +9,7 @@
|
|||
./features/games
|
||||
./features/coding
|
||||
./features/desktop/common/alacritty.nix
|
||||
./features/desktop/common/photography.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
|
|
5
home/features/desktop/common/photography.nix
Normal file
5
home/features/desktop/common/photography.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
darktable
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue