mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
ZeComputa: Use chromium teams
This commit is contained in:
parent
895a465e5d
commit
71d99a97e1
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue