feat: add more virtualisation tools

This commit is contained in:
Swarsel 2024-12-03 18:48:57 +01:00
parent 54fd478358
commit ee75c17c0a
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 49 additions and 5 deletions

View file

@ -8,6 +8,8 @@
docker
postman
rclone
awscli2
libguestfs-with-appliance
];
programs = {
@ -384,7 +386,13 @@
};
};
xdg.desktopEntries =
xdg = {
mimeApps = {
defaultApplications = {
"x-scheme-handler/msteams" = [ "teams-for-linux.desktop"] ;
};
};
desktopEntries =
let
terminal = false;
categories = [ "Application" ];
@ -419,6 +427,6 @@
inherit terminal categories icon;
};
};
};
}