refactor digiKam

This commit is contained in:
Daniel Langbein 2023-09-11 16:10:18 +02:00
parent 332ff648b1
commit 6350b4a16e
4 changed files with 11 additions and 1 deletions

View File

@ -36,6 +36,7 @@ in
../../modules/ssh.nix ../../modules/ssh.nix
../../modules/firefox.nix ../../modules/firefox.nix
../../modules/thunderbird.nix ../../modules/thunderbird.nix
#../../modules/digikam.nix
]; ];
networking.hostName = "yodaTab"; networking.hostName = "yodaTab";

View File

@ -36,6 +36,7 @@ in
../../modules/ssh.nix ../../modules/ssh.nix
../../modules/firefox.nix ../../modules/firefox.nix
../../modules/thunderbird.nix ../../modules/thunderbird.nix
../../modules/digikam.nix
]; ];
networking.hostName = "yodaTux"; networking.hostName = "yodaTux";

9
modules/digikam.nix Normal file
View File

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
users.users.yoda = {
packages = with pkgs; [
digikam # Photo organization
];
};
}

View File

@ -52,7 +52,6 @@
libsForQt5.ghostwriter # Markdown editor libsForQt5.ghostwriter # Markdown editor
transmission-gtk # BitTorrent client transmission-gtk # BitTorrent client
meld # Diff and merge tool meld # Diff and merge tool
digikam # Photo organization
handbrake # Rip DVD and Blu-ray; rotate and export videos handbrake # Rip DVD and Blu-ray; rotate and export videos
# Matrix clients # Matrix clients