Actualiser modules/software.nix
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
{ 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 = {
|
||||
enable = true;
|
||||
@@ -10,6 +21,7 @@
|
||||
git
|
||||
chromium
|
||||
onlyoffice-desktopeditors
|
||||
outlookWeb
|
||||
];
|
||||
|
||||
xdg.mime = {
|
||||
|
||||
Reference in New Issue
Block a user