Add tools.secrets option
This commit is contained in:
parent
6bedd27dea
commit
6d574b9a6e
4 changed files with 27 additions and 5 deletions
|
|
@ -65,6 +65,10 @@
|
|||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
tools.secrets = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Chat clients
|
||||
discord
|
||||
|
|
@ -87,9 +91,6 @@
|
|||
|
||||
# Productivity
|
||||
obsidian
|
||||
|
||||
# Utilities
|
||||
git-crypt
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue