Add ms teams back to work, switch back to firefox with new config
This commit is contained in:
parent
1c23fe4324
commit
495efd6bf5
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./chromium.nix ./wezterm.nix];
|
imports = [./firefox.nix ./wezterm.nix];
|
||||||
home.packages = with pkgs; [bitwarden otpclient];
|
home.packages = with pkgs; [bitwarden otpclient];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./default.nix ./git/work.nix ./ssh/work.nix];
|
imports = [./default.nix ./git/work.nix ./ssh/work.nix];
|
||||||
home.packages = with pkgs; [openfortivpn nomachine-client zoom-us];
|
home.packages = with pkgs; [openfortivpn nomachine-client teams zoom-us];
|
||||||
programs.fish.functions.arch = ''
|
programs.fish.functions.arch = ''
|
||||||
distrobox list | grep -i archlinux > /dev/null || distrobox create -n arch -i docker.io/library/archlinux:latest -y
|
distrobox list | grep -i archlinux > /dev/null || distrobox create -n arch -i docker.io/library/archlinux:latest -y
|
||||||
distrobox enter arch
|
distrobox enter arch
|
||||||
|
|
Loading…
Reference in a new issue