Update dependencies
This commit is contained in:
parent
5dc8b4ed71
commit
180f7fdca8
3 changed files with 34 additions and 16 deletions
|
@ -8,14 +8,13 @@
|
|||
|
||||
config = lib.mkIf config.chvp.work.teams.enable {
|
||||
chvp.base = {
|
||||
nix.unfreePackages = [ "teams" ];
|
||||
zfs.homeLinks = [
|
||||
{ path = ".config/Microsoft"; type = "data"; }
|
||||
{ path = ".config/teams-for-linux"; type = "cache"; }
|
||||
];
|
||||
};
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ teams ];
|
||||
home.packages = with pkgs; [ teams-for-linux ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue