add digikam
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
fontSize = "9";
|
fontSize = "9";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
exiftool
|
||||||
|
|
||||||
flutter
|
flutter
|
||||||
dart
|
dart
|
||||||
@@ -105,6 +105,7 @@
|
|||||||
parted
|
parted
|
||||||
networkmanager-vpnc
|
networkmanager-vpnc
|
||||||
rcon-cli
|
rcon-cli
|
||||||
|
imv
|
||||||
|
|
||||||
acpilight # For setting Backlight.
|
acpilight # For setting Backlight.
|
||||||
dbus
|
dbus
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./anki.nix
|
./anki.nix
|
||||||
./calibre.nix
|
./calibre.nix
|
||||||
|
./digikam.nix
|
||||||
./dolphin.nix
|
./dolphin.nix
|
||||||
./eww
|
./eww
|
||||||
./git.nix
|
./git.nix
|
||||||
|
|||||||
5
home/programs/digikam.nix
Normal file
5
home/programs/digikam.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ digikam ];
|
||||||
|
}
|
||||||
@@ -37,6 +37,7 @@
|
|||||||
settings = {
|
settings = {
|
||||||
spawn = [
|
spawn = [
|
||||||
"/home/elias/.config/helperscripts/startEww.sh"
|
"/home/elias/.config/helperscripts/startEww.sh"
|
||||||
|
"nextcloud"
|
||||||
];
|
];
|
||||||
spawn-tagmask = "${all_but_scratch_tag}";
|
spawn-tagmask = "${all_but_scratch_tag}";
|
||||||
keyboard-layout = "de";
|
keyboard-layout = "de";
|
||||||
|
|||||||
Reference in New Issue
Block a user