protonmail-bridge

This commit is contained in:
Sridhar Ratnakumar 2021-04-06 21:51:55 -04:00
parent 7c6138c383
commit 7c63e1743d
2 changed files with 9 additions and 5 deletions

View file

@ -10,11 +10,15 @@
nixosConfigurations.x1c7 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
/* ({ pkgs, ... }: {
system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
nix.registry.nixpkgs.flake = nixpkgs;
}) */
# System configuration
./configuration.nix
# ProtonMail Bridge
({ pkgs, ...}: {
environment.systemPackages = [ pkgs.protonmail-bridge ];
services.gnome3.gnome-keyring.enable = true;
}
)
# home-manager configuration
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;

View file

@ -16,7 +16,7 @@ in
home.packages = with pkgs; [
cachix
tig
# dotnet-sdk_5
gh
# nix-thunk
];