mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
protonmail-bridge
This commit is contained in:
parent
7c6138c383
commit
7c63e1743d
2 changed files with 9 additions and 5 deletions
12
flake.nix
12
flake.nix
|
|
@ -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;
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -16,7 +16,7 @@ in
|
|||
home.packages = with pkgs; [
|
||||
cachix
|
||||
tig
|
||||
# dotnet-sdk_5
|
||||
gh
|
||||
# nix-thunk
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue