Add work configuration
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
chromium
|
||||
gnumake
|
||||
git
|
||||
jetbrains-toolbox
|
||||
|
||||
7
systems/modules/teams-for-linux.nix
Normal file
7
systems/modules/teams-for-linux.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
teams-for-linux
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user