mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-04 16:23:25 +00:00
Enables git-crypt
This commit is contained in:
parent
ef2a73f331
commit
4ebae290dd
5 changed files with 5 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
common/secrets.nix filter=git-crypt diff=git-crypt
|
|
@ -16,4 +16,6 @@
|
|||
wallpapers = import ./wallpapers.nix;
|
||||
|
||||
sshAuthorizedKeyFiles = [./sshpubkeys/willem-nixbox ./sshpubkeys/willem-thinkpad ./sshpubkeys/willem-zeus];
|
||||
|
||||
secrets = import ./secrets.nix;
|
||||
}
|
||||
|
|
BIN
common/secrets.nix
Normal file
BIN
common/secrets.nix
Normal file
Binary file not shown.
|
@ -33,6 +33,7 @@ in rec {
|
|||
};
|
||||
|
||||
sessionVariables = rec {
|
||||
GCTESTSECRET = globals.secrets.test_secret;
|
||||
DOTDIR = "${config.home.homeDirectory}/.config/dotfiles.nix";
|
||||
EDITOR = emacsCommand;
|
||||
VISUAL = emacsCommand;
|
||||
|
|
|
@ -42,6 +42,7 @@ in {
|
|||
fenix-rust
|
||||
findutils
|
||||
gawk
|
||||
git-crypt
|
||||
gnuplot
|
||||
graphviz
|
||||
htop
|
||||
|
|
Loading…
Add table
Reference in a new issue