Compare commits
No commits in common. "git-crypt-test" and "main" have entirely different histories.
git-crypt-
...
main
|
@ -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
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
secrets/** filter=git-crypt diff=git-crypt
|
|
6
base.nix
6
base.nix
|
@ -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
|
||||||
|
|
BIN
secrets/test.nix
BIN
secrets/test.nix
Binary file not shown.
Loading…
Reference in New Issue