Move more stuff into home manager as appropriate. Use 'personal' instead of 'home' for non-work stuff.
8 lines
133 B
Nix
8 lines
133 B
Nix
{ config, pkgs, inputs, ... }:
|
|
{
|
|
# Mullvad vpn
|
|
services.mullvad-vpn = {
|
|
enable = true;
|
|
package = pkgs.mullvad-vpn;
|
|
};
|
|
} |