Actualiser modules/software.nix
This commit is contained in:
@@ -1,5 +1,16 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
outlookWeb = pkgs.makeDesktopItem {
|
||||||
|
name = "outlook-web";
|
||||||
|
desktopName = "Outlook";
|
||||||
|
comment = "Outlook Web";
|
||||||
|
icon = "internet-mail";
|
||||||
|
exec = "${pkgs.chromium}/bin/chromium --app=https://outlook.office365.com/";
|
||||||
|
categories = [ "Network" "Office" "Email" ];
|
||||||
|
terminal = false;
|
||||||
|
};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -10,6 +21,7 @@
|
|||||||
git
|
git
|
||||||
chromium
|
chromium
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
|
outlookWeb
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.mime = {
|
xdg.mime = {
|
||||||
|
|||||||
Reference in New Issue
Block a user