Add otpclient and x2go, remove teams
This commit is contained in:
parent
bbbcf13d6f
commit
303bcc7df9
5
home/env/shell/fish.nix
vendored
5
home/env/shell/fish.nix
vendored
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,8 +5,5 @@
|
|||
# enable = true;
|
||||
# startInBackground = true;
|
||||
#};
|
||||
home.packages = with pkgs; [
|
||||
bitwarden
|
||||
zotero
|
||||
];
|
||||
home.packages = with pkgs; [ zotero ];
|
||||
}
|
||||
|
|
|
@ -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
4
home/gui/pass.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ bitwarden otpclient ];
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
teams
|
||||
zoom-us
|
||||
];
|
||||
}
|
4
home/gui/x2go.nix
Normal file
4
home/gui/x2go.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ x2goclient ];
|
||||
}
|
4
home/gui/zoom.nix
Normal file
4
home/gui/zoom.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ zoom-us ];
|
||||
}
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue