mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor digiKam
This commit is contained in:
parent
332ff648b1
commit
6350b4a16e
@ -36,6 +36,7 @@ in
|
||||
../../modules/ssh.nix
|
||||
../../modules/firefox.nix
|
||||
../../modules/thunderbird.nix
|
||||
#../../modules/digikam.nix
|
||||
];
|
||||
|
||||
networking.hostName = "yodaTab";
|
||||
|
@ -36,6 +36,7 @@ in
|
||||
../../modules/ssh.nix
|
||||
../../modules/firefox.nix
|
||||
../../modules/thunderbird.nix
|
||||
../../modules/digikam.nix
|
||||
];
|
||||
|
||||
networking.hostName = "yodaTux";
|
||||
|
9
modules/digikam.nix
Normal file
9
modules/digikam.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
digikam # Photo organization
|
||||
];
|
||||
};
|
||||
}
|
@ -52,7 +52,6 @@
|
||||
libsForQt5.ghostwriter # Markdown editor
|
||||
transmission-gtk # BitTorrent client
|
||||
meld # Diff and merge tool
|
||||
digikam # Photo organization
|
||||
handbrake # Rip DVD and Blu-ray; rotate and export videos
|
||||
|
||||
# Matrix clients
|
||||
|
Loading…
Reference in New Issue
Block a user