diff --git a/hostconfig/ZeNixComputa/hm.nix b/hostconfig/ZeNixComputa/hm.nix index c588c52..7a02cc8 100644 --- a/hostconfig/ZeNixComputa/hm.nix +++ b/hostconfig/ZeNixComputa/hm.nix @@ -6,8 +6,6 @@ home.username = "${config.extraInfo.username}"; home.homeDirectory = "/home/${config.extraInfo.username}"; - home.packages = with pkgs; [teams]; - programs.git = { userName = "traxys"; userEmail = config.extraInfo.email; @@ -19,6 +17,11 @@ "".output = "DP-2"; }; + xdg.desktopEntries.teams = { + name = "teams"; + exec = "${pkgs.chromium}/bin/chromium --app=https://teams.microsoft.com"; + }; + # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards