Auto-commit: 2026-01-05 18:33:50
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{ nixosConfig, lib, ... }:
|
||||
let
|
||||
gwenview_desktop_file = "org.kde.gwenview.desktop";
|
||||
in
|
||||
@@ -7,7 +8,7 @@ in
|
||||
};
|
||||
in
|
||||
{
|
||||
xdg.mimeApps = {
|
||||
xdg.mimeApps = lib.mkIf nixosConfig.my.desktop.enable {
|
||||
enable = true;
|
||||
associations.added = associations;
|
||||
defaultApplications = associations;
|
||||
|
||||
Reference in New Issue
Block a user