Add gwenview
This commit is contained in:
parent
afeb63aefe
commit
26c8ed0c05
15
profiles/applications/gwenview.nix
Normal file
15
profiles/applications/gwenview.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
@ -18,6 +18,7 @@
|
||||
firefox
|
||||
geary
|
||||
github
|
||||
gwenview
|
||||
himalaya
|
||||
nheko
|
||||
packages
|
||||
|
Loading…
Reference in New Issue
Block a user