diff --git a/dotfiles/hypr/.luarc.json b/dotfiles/hypr/.luarc.json index 8ebc712..e6bd8bc 120000 --- a/dotfiles/hypr/.luarc.json +++ b/dotfiles/hypr/.luarc.json @@ -1 +1 @@ -/nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/hypr/.luarc.json \ No newline at end of file +/nix/store/lny36i3v04a3pcjfzhjrjr4zv528fa74-home-manager-files/.config/hypr/.luarc.json \ No newline at end of file diff --git a/dotfiles/hypr/hyprland.lua b/dotfiles/hypr/hyprland.lua index 98c5fdd..75ef7be 120000 --- a/dotfiles/hypr/hyprland.lua +++ b/dotfiles/hypr/hyprland.lua @@ -1 +1 @@ -/nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/hypr/hyprland.lua \ No newline at end of file +/nix/store/lny36i3v04a3pcjfzhjrjr4zv528fa74-home-manager-files/.config/hypr/hyprland.lua \ No newline at end of file diff --git a/dotfiles/inkscape/palettes b/dotfiles/inkscape/palettes index a9256f7..62d4f22 120000 --- a/dotfiles/inkscape/palettes +++ b/dotfiles/inkscape/palettes @@ -1 +1 @@ -/nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/inkscape/palettes \ No newline at end of file +/nix/store/lny36i3v04a3pcjfzhjrjr4zv528fa74-home-manager-files/.config/inkscape/palettes \ No newline at end of file diff --git a/dotfiles/inkscape/templates b/dotfiles/inkscape/templates index 7d1b001..f8efcba 120000 --- a/dotfiles/inkscape/templates +++ b/dotfiles/inkscape/templates @@ -1 +1 @@ -/nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/inkscape/templates \ No newline at end of file +/nix/store/lny36i3v04a3pcjfzhjrjr4zv528fa74-home-manager-files/.config/inkscape/templates \ No newline at end of file diff --git a/dotfiles/mpv/twitch.csv b/dotfiles/mpv/twitch.csv index 17bd2c0..96f96d1 100644 --- a/dotfiles/mpv/twitch.csv +++ b/dotfiles/mpv/twitch.csv @@ -4,7 +4,7 @@ Zawa_Prod Cass_Andre Ostpolitik dofla -LeMawakast +LeMwakast ParolesDHonneur_ lives2leo MOuffette_ diff --git a/home/afoucaultc/packages/openconnect.nix b/home/afoucaultc/packages/openconnect.nix new file mode 100644 index 0000000..591631e --- /dev/null +++ b/home/afoucaultc/packages/openconnect.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: +{ + services.network-manager-applet.enable = true; + home.packages = [ pkgs.networkmanager-openconnect ]; +} diff --git a/home/afoucaultc/shared.nix b/home/afoucaultc/shared.nix index 110beec..fc4f265 100644 --- a/home/afoucaultc/shared.nix +++ b/home/afoucaultc/shared.nix @@ -18,5 +18,6 @@ ./packages/zathura.nix ./packages/zen.nix ./packages/zsh.nix + ./packages/openconnect.nix ]; } diff --git a/hosts/common/services/openconnect.nix b/hosts/common/services/openconnect.nix new file mode 100644 index 0000000..770dade --- /dev/null +++ b/hosts/common/services/openconnect.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: +{ + networking.networkmanager.enable = true; + networking.networkmanager.plugins = [ pkgs.networkmanager-openconnect ]; +} diff --git a/hosts/nixos-home/configuration.nix b/hosts/nixos-home/configuration.nix index 1dadb30..36cddcd 100644 --- a/hosts/nixos-home/configuration.nix +++ b/hosts/nixos-home/configuration.nix @@ -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 diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index 1169ee6..db5d9da 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.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