gpg initial start
This commit is contained in:
parent
1377897bf4
commit
7655884d8b
1 changed files with 4 additions and 0 deletions
|
|
@ -177,6 +177,10 @@ in
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
# FIX: gpg should be declarative, but is more work than I have time for rn
|
||||||
|
gpg = {
|
||||||
|
enable = false;
|
||||||
|
};
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
# add `play funny video` as alias because why not
|
# add `play funny video` as alias because why not
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue