Refactor
Move more stuff into home manager as appropriate. Use 'personal' instead of 'home' for non-work stuff.
This commit is contained in:
parent
5f9cada55b
commit
a76299e62f
7 changed files with 15 additions and 19 deletions
8
hosts/modules/personal.nix
Normal file
8
hosts/modules/personal.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
# Mullvad vpn
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue