first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [ proton-vpn ];
|
||||
};
|
||||
services = {
|
||||
proton-pass-agent = {
|
||||
enable = false;
|
||||
package = pkgs.proton-pass-cli;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user