mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-13 10:50:43 +02:00
restore mullvad
This commit is contained in:
@@ -1,15 +1,13 @@
|
|||||||
_: {
|
_: {
|
||||||
flake.nixosModules.mullvad = {pkgs-unstable, ...}: {
|
flake.nixosModules.mullvad = _: {
|
||||||
services.mullvad-vpn = {
|
services.mullvad-vpn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs-unstable.mullvad-vpn;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
flake.homeModules.mullvad = {pkgs-unstable, ...}: {
|
flake.homeModules.mullvad = _: {
|
||||||
programs.mullvad-vpn = {
|
programs.mullvad-vpn = {
|
||||||
# gui
|
# gui
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs-unstable.mullvad-vpn;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
latex
|
latex
|
||||||
ly
|
ly
|
||||||
mathematics
|
mathematics
|
||||||
#mullvad #temporarly broken
|
mullvad
|
||||||
networking
|
networking
|
||||||
nixUtils
|
nixUtils
|
||||||
notifications
|
notifications
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
hyprland-desktop
|
hyprland-desktop
|
||||||
kitty
|
kitty
|
||||||
librewolf
|
librewolf
|
||||||
#mullvad #temporarly broken
|
mullvad
|
||||||
neovim
|
neovim
|
||||||
nix-git-cherry-picker-desktop
|
nix-git-cherry-picker-desktop
|
||||||
desktop-notewrapper
|
desktop-notewrapper
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
latex
|
latex
|
||||||
ly
|
ly
|
||||||
mathematics
|
mathematics
|
||||||
#mullvad #temporarly broken
|
mullvad
|
||||||
networking
|
networking
|
||||||
nixUtils-laptop
|
nixUtils-laptop
|
||||||
nixUtils
|
nixUtils
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
hyprland-laptop
|
hyprland-laptop
|
||||||
kitty
|
kitty
|
||||||
librewolf
|
librewolf
|
||||||
#mullvad #temporarly broken
|
mullvad
|
||||||
neovim
|
neovim
|
||||||
nix-git-cherry-picker-laptop
|
nix-git-cherry-picker-laptop
|
||||||
laptop-notewrapper
|
laptop-notewrapper
|
||||||
|
|||||||
Reference in New Issue
Block a user