add openconnect
This commit is contained in:
parent
a0b9e7ffe2
commit
bf3fa91538
10 changed files with 18 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
/nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/hypr/.luarc.json
|
||||
/nix/store/lny36i3v04a3pcjfzhjrjr4zv528fa74-home-manager-files/.config/hypr/.luarc.json
|
||||
|
|
@ -1 +1 @@
|
|||
/nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/hypr/hyprland.lua
|
||||
/nix/store/lny36i3v04a3pcjfzhjrjr4zv528fa74-home-manager-files/.config/hypr/hyprland.lua
|
||||
|
|
@ -1 +1 @@
|
|||
/nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/inkscape/palettes
|
||||
/nix/store/lny36i3v04a3pcjfzhjrjr4zv528fa74-home-manager-files/.config/inkscape/palettes
|
||||
|
|
@ -1 +1 @@
|
|||
/nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/inkscape/templates
|
||||
/nix/store/lny36i3v04a3pcjfzhjrjr4zv528fa74-home-manager-files/.config/inkscape/templates
|
||||
|
|
@ -4,7 +4,7 @@ Zawa_Prod
|
|||
Cass_Andre
|
||||
Ostpolitik
|
||||
dofla
|
||||
LeMawakast
|
||||
LeMwakast
|
||||
ParolesDHonneur_
|
||||
lives2leo
|
||||
MOuffette_
|
||||
|
|
|
|||
|
5
home/afoucaultc/packages/openconnect.nix
Normal file
5
home/afoucaultc/packages/openconnect.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.network-manager-applet.enable = true;
|
||||
home.packages = [ pkgs.networkmanager-openconnect ];
|
||||
}
|
||||
|
|
@ -18,5 +18,6 @@
|
|||
./packages/zathura.nix
|
||||
./packages/zen.nix
|
||||
./packages/zsh.nix
|
||||
./packages/openconnect.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
hosts/common/services/openconnect.nix
Normal file
5
hosts/common/services/openconnect.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.plugins = [ pkgs.networkmanager-openconnect ];
|
||||
}
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
# additional services
|
||||
../common/services/gnome-keyring.nix
|
||||
../common/services/mullvad.nix
|
||||
../common/services/openconnect.nix
|
||||
../common/services/sound.nix
|
||||
../common/services/greetd.nix
|
||||
../common/services/protonmail.nix
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
# additional services
|
||||
../common/services/gnome-keyring.nix
|
||||
../common/services/mullvad.nix
|
||||
../common/services/openconnect.nix
|
||||
../common/services/sound.nix
|
||||
../common/services/greetd.nix
|
||||
../common/services/protonmail.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue