Add gwenview

This commit is contained in:
Alexander Bantyev 2021-09-12 20:09:43 +03:00
parent afeb63aefe
commit 26c8ed0c05
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{ pkgs, lib, config, ... }:
{
home-manager.users.balsoft = {
home.packages = [ pkgs.gwenview ];
xdg.configFile."gwenviewrc".text = pkgs.my-lib.genIni {
General = {
HistoryEnabled = false;
UrlNavigatorIsEditable = true;
};
ImageView.EnlargeSmallerImages = true;
ThumbnailView.Sorting = "Sorting::Rating";
};
};
}

View File

@ -18,6 +18,7 @@
firefox firefox
geary geary
github github
gwenview
himalaya himalaya
nheko nheko
packages packages