mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add RawTherapee
This commit is contained in:
parent
6248fbc29a
commit
6fcfc30f1b
@ -43,7 +43,7 @@ in
|
||||
../../modules/ssh-server.nix
|
||||
../../modules/firefox.nix
|
||||
../../modules/thunderbird.nix
|
||||
#../../modules/digikam.nix
|
||||
#../../modules/digikam-rawtherapee.nix
|
||||
#../../modules/android.nix
|
||||
#../../modules/podman.nix
|
||||
#../../modules/docker.nix
|
||||
|
@ -43,7 +43,7 @@ in
|
||||
../../modules/ssh-server.nix
|
||||
../../modules/firefox.nix
|
||||
../../modules/thunderbird.nix
|
||||
../../modules/digikam.nix
|
||||
../../modules/digikam-rawtherapee.nix
|
||||
../../modules/android.nix
|
||||
#../../modules/podman.nix
|
||||
../../modules/docker.nix
|
||||
|
@ -45,7 +45,7 @@ in
|
||||
../../modules/ssh-server.nix
|
||||
#../../modules/firefox.nix
|
||||
#../../modules/thunderbird.nix
|
||||
#../../modules/digikam.nix
|
||||
#../../modules/digikam-rawtherapee.nix
|
||||
#../../modules/android.nix
|
||||
#../../modules/podman.nix
|
||||
../../modules/docker.nix
|
||||
|
@ -4,6 +4,7 @@
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
digikam # Photo organization
|
||||
rawtherapee # Edit RAW photos
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user