mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
Add gnupg (#51)
This commit is contained in:
@@ -62,7 +62,6 @@ in {
|
|||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
nix.package = pkgs.nixVersions.stable;
|
nix.package = pkgs.nixVersions.stable;
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.nixPath = ["darwin=/nix/store/zq4v3pi2wsfsrjkpk71kcn8srhbwjabf-nix-darwin"];
|
|
||||||
|
|
||||||
# Sandbox causes failure: https://github.com/NixOS/nix/issues/4119
|
# Sandbox causes failure: https://github.com/NixOS/nix/issues/4119
|
||||||
nix.settings.sandbox = false;
|
nix.settings.sandbox = false;
|
||||||
|
@@ -292,7 +292,6 @@
|
|||||||
nixpkgs.age
|
nixpkgs.age
|
||||||
nixpkgs.nodejs
|
nixpkgs.nodejs
|
||||||
nixpkgs.nodePackages.pyright
|
nixpkgs.nodePackages.pyright
|
||||||
nixpkgs.sqlitebrowser
|
|
||||||
nixpkgs.woodpecker-agent
|
nixpkgs.woodpecker-agent
|
||||||
nixpkgs.lynx
|
nixpkgs.lynx
|
||||||
nixpkgs.alejandra
|
nixpkgs.alejandra
|
||||||
@@ -301,6 +300,7 @@
|
|||||||
nixpkgs.pandoc
|
nixpkgs.pandoc
|
||||||
nixpkgs.fd
|
nixpkgs.fd
|
||||||
nixpkgs.sumneko-lua-language-server
|
nixpkgs.sumneko-lua-language-server
|
||||||
|
nixpkgs.gnupg
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".ideavimrc".source = ./ideavimrc;
|
home.file.".ideavimrc".source = ./ideavimrc;
|
||||||
|
Reference in New Issue
Block a user