Compare commits

..

No commits in common. "git-crypt-test" and "main" have entirely different histories.

5 changed files with 1 additions and 10 deletions

View File

@ -1,4 +0,0 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
*.gpg binary

1
.gitattributes vendored
View File

@ -1 +0,0 @@
secrets/** filter=git-crypt diff=git-crypt

View File

@ -1,10 +1,6 @@
{ pkgs, ... }: { { ... }: {
home.stateVersion = "24.11"; home.stateVersion = "24.11";
home.packages = with pkgs; [
git-crypt
];
imports = [ imports = [
./programs/vim.nix ./programs/vim.nix
./programs/gpg.nix ./programs/gpg.nix

Binary file not shown.