Add otpclient and x2go, remove teams

This commit is contained in:
Evie Litherland-Smith 2023-04-24 17:17:34 +01:00
parent bbbcf13d6f
commit 303bcc7df9
8 changed files with 18 additions and 29 deletions

View file

@ -7,10 +7,11 @@
nr = "sudo nixos-rebuild";
hm = "home-manager";
lg = "lazygit";
nvh = "nvim --headless --listen ~/.nvim.sock";
nv = "neovide --multigrid --maximized";
rnv = "neovide --multigrid --maximized --server localhost:6702";
rnv = "neovide --multigrid --maximized --server ~/.nvim.sock";
xnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized";
rxnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized --server localhost:6702";
rxnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized --server ~/.nvim.sock";
};
};
}

View file

@ -5,8 +5,5 @@
# enable = true;
# startInBackground = true;
#};
home.packages = with pkgs; [
bitwarden
zotero
];
home.packages = with pkgs; [ zotero ];
}

View file

@ -1,15 +0,0 @@
{ ... }:
{
imports = [
./firefox.nix
./cloud.nix
./foot.nix
./gaming.nix
./kitty.nix
./foot.nix
./messaging.nix
./nomachine.nix
./ukaea.nix
];
}

4
home/gui/pass.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ bitwarden otpclient ];
}

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
teams
zoom-us
];
}

4
home/gui/x2go.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ x2goclient ];
}

4
home/gui/zoom.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ zoom-us ];
}

View file

@ -12,7 +12,8 @@
./gui/kitty.nix
./gui/messaging.nix
./gui/nomachine.nix
./gui/ukaea.nix
./gui/pass.nix
./gui/zoom.nix
];
# Home Manager needs a bit of information about you and the
# paths it should manage.